#255C4A

Color #255C4A Evening Sea (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Evening Sea #255C4A

Tints of Evening Sea #255C4A

Color information

#255C4A (or 0x255C4A) is unknown color: approx Evening Sea. HEX triplet: 25, 5C and 4A. RGB value is (37,92,74). Sum of RGB (Red+Green+Blue) = 37+92+74=203 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.23% from 203); Green value is 92 (36.33% from 255 or 45.32% from 203); Blue value is 74 (29.30% from 255 or 36.45% from 203); Max value from RGB is 92 - color contains mainly: green. Hex color #255C4A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #255C4A is #DAA3B5. Grayscale: #494949. Windows color (decimal): -14328758 or 4873253. OLE color: 4873253.

HSL color Cylindrical-coordinate representation of color #255C4A: hue angle of 160.36º degrees, saturation: 0.43, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #255C4A is Cyan = 0.60, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.64.

Color convert

RGB379274-
CMYK0.6000.200.64
HSL160.36º42.64%25.29%-
HSV(B)160.36º59.78%36.08%-
XYZ5.838.547.82-
YUV73.5128.28101.96-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 37 (14.84% from 255) = 18.23%
GREEN value IS 92 (36.33% from 255) = 45.32%
BLUE value IS 74 (29.30% from 255) = 36.45%
R=18.23%
G=45.32%
B=36.45%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3792740.6000.200.64160.3642.6425.29
Hex255C4A3C01440a02b19
Octal45134112740241002405331
Binary1001011011100100101011110001010010000001010000010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #255C4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #255C4A; }

 p { color: rgb(37,92,74); }

 H1.HeaderClassName
 {
   color: #255C4A;
 }
 .AnyTagClassName
 {
   color: #255C4A;
 }
</style>
background-color css

<style>
 a { background-color: #255C4A; }

 a { background-color: rgb(37,92,74); }

 div.DivClassName
 {
   background-color: #255C4A;
 }
 .BgClassName
 {
   background-color: #255C4A;
 }
</style>
border-color css

<style>
 span { border-color: #255C4A; }

 span { border-color: rgb(37,92,74); }

 td.TdClassName
 {
   border-color: #255C4A;
 }
 .TagClassName
 {
   border-color: #255C4A;
 }
</style>