#245D5A

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

Shades of Eden #245D5A

Tints of Eden #245D5A

Color information

#245D5A (or 0x245D5A) is unknown color: approx Eden. HEX triplet: 24, 5D and 5A. RGB value is (36,93,90). Sum of RGB (Red+Green+Blue) = 36+93+90=219 (29% of max value = 765). Red value is 36 (14.45% from 255 or 16.44% from 219); Green value is 93 (36.72% from 255 or 42.47% from 219); Blue value is 90 (35.55% from 255 or 41.10% from 219); Max value from RGB is 93 - color contains mainly: green. Hex color #245D5A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245D5A is #DBA2A5. Grayscale: #4B4B4B. Windows color (decimal): -14394022 or 5922084. OLE color: 5922084.

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

Color convert

RGB369390-
CMYK0.6100.030.64
HSL176.84º44.19%25.29%-
HSV(B)176.84º61.29%36.47%-
XYZ6.498.9411.06-
YUV75.61136.1299.74-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 16.44%
GREEN value IS 93 (36.72% from 255) = 42.47%
BLUE value IS 90 (35.55% from 255) = 41.10%
R=16.44%
G=42.47%
B=41.10%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3693900.6100.030.64176.8444.1925.29
Hex245D5A3D0340b12c19
Octal4413513275031002615431
Binary1001001011101101101011110101110000001011000110110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #245D5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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