#245952

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

Shades of Eden #245952

Tints of Eden #245952

Color information

#245952 (or 0x245952) is unknown color: approx Eden. HEX triplet: 24, 59 and 52. RGB value is (36,89,82). Sum of RGB (Red+Green+Blue) = 36+89+82=207 (27% of max value = 765). Red value is 36 (14.45% from 255 or 17.39% from 207); Green value is 89 (35.16% from 255 or 43.00% from 207); Blue value is 82 (32.42% from 255 or 39.61% from 207); Max value from RGB is 89 - color contains mainly: green. Hex color #245952 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245952 is #DBA6AD. Grayscale: #484848. Windows color (decimal): -14395054 or 5396772. OLE color: 5396772.

HSL color Cylindrical-coordinate representation of color #245952: hue angle of 172.08º degrees, saturation: 0.42, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #245952 is Cyan = 0.60, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.65.

Color convert

RGB368982-
CMYK0.6000.080.65
HSL172.08º42.4%24.51%-
HSV(B)172.08º59.55%34.9%-
XYZ5.828.139.24-
YUV72.35133.44102.07-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 17.39%
GREEN value IS 89 (35.16% from 255) = 43.00%
BLUE value IS 82 (32.42% from 255) = 39.61%
R=17.39%
G=43.00%
B=39.61%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3689820.6000.080.65172.0842.424.51
Hex2459523C0841ac2a19
Octal44131122740101012545231
Binary100100101100110100101111000100010000011010110010101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #245952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #245952; }

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

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

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

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

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

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

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

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