#24605C

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

Shades of Eden #24605C

Tints of Eden #24605C

Color information

#24605C (or 0x24605C) is unknown color: approx Eden. HEX triplet: 24, 60 and 5C. RGB value is (36,96,92). Sum of RGB (Red+Green+Blue) = 36+96+92=224 (29% of max value = 765). Red value is 36 (14.45% from 255 or 16.07% from 224); Green value is 96 (37.89% from 255 or 42.86% from 224); Blue value is 92 (36.33% from 255 or 41.07% from 224); Max value from RGB is 96 - color contains mainly: green. Hex color #24605C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #24605C is #DB9FA3. Grayscale: #4D4D4D. Windows color (decimal): -14393252 or 6053924. OLE color: 6053924.

HSL color Cylindrical-coordinate representation of color #24605C: hue angle of 176º degrees, saturation: 0.45, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #24605C is Cyan = 0.62, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.62.

Color convert

RGB369692-
CMYK0.6200.040.62
HSL176º45.45%25.88%-
HSV(B)176º62.5%37.65%-
XYZ6.849.5111.6-
YUV77.6136.1298.33-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 16.07%
GREEN value IS 96 (37.89% from 255) = 42.86%
BLUE value IS 92 (36.33% from 255) = 41.07%
R=16.07%
G=42.86%
B=41.07%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3696920.6200.040.6217645.4525.88
Hex24605C3E043Eb02d1a
Octal441401347604762605532
Binary1001001100000101110011111001001111101011000010110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24605C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #24605C; }

 p { color: rgb(36,96,92); }

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

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

 a { background-color: rgb(36,96,92); }

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

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

 span { border-color: rgb(36,96,92); }

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