#24605A

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

Shades of Eden #24605A

Tints of Eden #24605A

Color information

#24605A (or 0x24605A) is unknown color: approx Eden. HEX triplet: 24, 60 and 5A. RGB value is (36,96,90). Sum of RGB (Red+Green+Blue) = 36+96+90=222 (29% of max value = 765). Red value is 36 (14.45% from 255 or 16.22% from 222); Green value is 96 (37.89% from 255 or 43.24% from 222); Blue value is 90 (35.55% from 255 or 40.54% from 222); Max value from RGB is 96 - color contains mainly: green. Hex color #24605A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #24605A is #DB9FA5. Grayscale: #4D4D4D. Windows color (decimal): -14393254 or 5922852. OLE color: 5922852.

HSL color Cylindrical-coordinate representation of color #24605A: hue angle of 174º 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 #24605A is Cyan = 0.62, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.62.

Color convert

RGB369690-
CMYK0.6200.060.62
HSL174º45.45%25.88%-
HSV(B)174º62.5%37.65%-
XYZ6.769.4811.15-
YUV77.38135.1298.49-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 16.22%
GREEN value IS 96 (37.89% from 255) = 43.24%
BLUE value IS 90 (35.55% from 255) = 40.54%
R=16.22%
G=43.24%
B=40.54%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3696900.6200.060.6217445.4525.88
Hex24605A3E063Eae2d1a
Octal441401327606762565532
Binary1001001100000101101011111001101111101010111010110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24605A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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