#245B56

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

Shades of Eden #245B56

Tints of Eden #245B56

Color information

#245B56 (or 0x245B56) is unknown color: approx Eden. HEX triplet: 24, 5B and 56. RGB value is (36,91,86). Sum of RGB (Red+Green+Blue) = 36+91+86=213 (28% of max value = 765). Red value is 36 (14.45% from 255 or 16.90% from 213); Green value is 91 (35.94% from 255 or 42.72% from 213); Blue value is 86 (33.98% from 255 or 40.38% from 213); Max value from RGB is 91 - color contains mainly: green. Hex color #245B56 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245B56 is #DBA4A9. Grayscale: #494949. Windows color (decimal): -14394538 or 5659428. OLE color: 5659428.

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

Color convert

RGB369186-
CMYK0.6000.050.64
HSL174.55º43.31%24.9%-
HSV(B)174.55º60.44%35.69%-
XYZ6.158.5310.13-
YUV73.98134.78100.91-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 16.90%
GREEN value IS 91 (35.94% from 255) = 42.72%
BLUE value IS 86 (33.98% from 255) = 40.38%
R=16.90%
G=42.72%
B=40.38%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3691860.6000.050.64174.5543.3124.9
Hex245B563C0540af2b19
Octal4413312674051002575331
Binary10010010110111010110111100010110000001010111110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #245B56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(36,91,86); }

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

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

 a { background-color: rgb(36,91,86); }

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

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

 span { border-color: rgb(36,91,86); }

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