#245D59

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

Shades of Eden #245D59

Tints of Eden #245D59

Color information

#245D59 (or 0x245D59) is unknown color: approx Eden. HEX triplet: 24, 5D and 59. RGB value is (36,93,89). Sum of RGB (Red+Green+Blue) = 36+93+89=218 (28% of max value = 765). Red value is 36 (14.45% from 255 or 16.51% from 218); Green value is 93 (36.72% from 255 or 42.66% from 218); Blue value is 89 (35.16% from 255 or 40.83% from 218); Max value from RGB is 93 - color contains mainly: green. Hex color #245D59 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245D59 is #DBA2A6. Grayscale: #4B4B4B. Windows color (decimal): -14394023 or 5856548. OLE color: 5856548.

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

Color convert

RGB369389-
CMYK0.6100.040.64
HSL175.79º44.19%25.29%-
HSV(B)175.79º61.29%36.47%-
XYZ6.458.9310.83-
YUV75.5135.6299.83-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 16.51%
GREEN value IS 93 (36.72% from 255) = 42.66%
BLUE value IS 89 (35.16% from 255) = 40.83%
R=16.51%
G=42.66%
B=40.83%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3693890.6100.040.64175.7944.1925.29
Hex245D593D0440b02c19
Octal4413513175041002605431
Binary10010010111011011001111101010010000001011000010110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #245D59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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