#245D48

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

Shades of Evening Sea #245D48

Tints of Evening Sea #245D48

Color information

#245D48 (or 0x245D48) is unknown color: approx Evening Sea. HEX triplet: 24, 5D and 48. RGB value is (36,93,72). Sum of RGB (Red+Green+Blue) = 36+93+72=201 (26% of max value = 765). Red value is 36 (14.45% from 255 or 17.91% from 201); Green value is 93 (36.72% from 255 or 46.27% from 201); Blue value is 72 (28.52% from 255 or 35.82% from 201); Max value from RGB is 93 - color contains mainly: green. Hex color #245D48 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #245D48 is #DBA2B7. Grayscale: #494949. Windows color (decimal): -14394040 or 4742436. OLE color: 4742436.

HSL color Cylindrical-coordinate representation of color #245D48: hue angle of 157.89º degrees, saturation: 0.44, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #245D48 is Cyan = 0.61, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.64.

Color convert

RGB369372-
CMYK0.6100.230.64
HSL157.89º44.19%25.29%-
HSV(B)157.89º61.29%36.47%-
XYZ5.818.677.5-
YUV73.56127.12101.21-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 17.91%
GREEN value IS 93 (36.72% from 255) = 46.27%
BLUE value IS 72 (28.52% from 255) = 35.82%
R=17.91%
G=46.27%
B=35.82%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3693720.6100.230.64157.8944.1925.29
Hex245D483D017409e2c19
Octal44135110750271002365431
Binary1001001011101100100011110101011110000001001111010110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #245D48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #245D48; }

 p { color: rgb(36,93,72); }

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

<style>
 a { background-color: #245D48; }

 a { background-color: rgb(36,93,72); }

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

<style>
 span { border-color: #245D48; }

 span { border-color: rgb(36,93,72); }

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