#245D52

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

Shades of Eden #245D52

Tints of Eden #245D52

Color information

#245D52 (or 0x245D52) is unknown color: approx Eden. HEX triplet: 24, 5D and 52. RGB value is (36,93,82). Sum of RGB (Red+Green+Blue) = 36+93+82=211 (27% of max value = 765). Red value is 36 (14.45% from 255 or 17.06% from 211); Green value is 93 (36.72% from 255 or 44.08% from 211); Blue value is 82 (32.42% from 255 or 38.86% from 211); Max value from RGB is 93 - color contains mainly: green. Hex color #245D52 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245D52 is #DBA2AD. Grayscale: #4A4A4A. Windows color (decimal): -14394030 or 5397796. OLE color: 5397796.

HSL color Cylindrical-coordinate representation of color #245D52: hue angle of 168.42º 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 #245D52 is Cyan = 0.61, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.64.

Color convert

RGB369382-
CMYK0.6100.120.64
HSL168.42º44.19%25.29%-
HSV(B)168.42º61.29%36.47%-
XYZ6.168.819.36-
YUV74.7132.12100.39-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 17.06%
GREEN value IS 93 (36.72% from 255) = 44.08%
BLUE value IS 82 (32.42% from 255) = 38.86%
R=17.06%
G=44.08%
B=38.86%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3693820.6100.120.64168.4244.1925.29
Hex245D523D0C40a82c19
Octal44135122750141002505431
Binary100100101110110100101111010110010000001010100010110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #245D52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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