#24745A

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

Shades of Eden #24745A

Tints of Eden #24745A

Color information

#24745A (or 0x24745A) is unknown color: approx Eden. HEX triplet: 24, 74 and 5A. RGB value is (36,116,90). Sum of RGB (Red+Green+Blue) = 36+116+90=242 (32% of max value = 765). Red value is 36 (14.45% from 255 or 14.88% from 242); Green value is 116 (45.70% from 255 or 47.93% from 242); Blue value is 90 (35.55% from 255 or 37.19% from 242); Max value from RGB is 116 - color contains mainly: green. Hex color #24745A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #24745A is #DB8BA5. Grayscale: #595959. Windows color (decimal): -14388134 or 5927972. OLE color: 5927972.

HSL color Cylindrical-coordinate representation of color #24745A: hue angle of 160.5º degrees, saturation: 0.53, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #24745A is Cyan = 0.69, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.55.

Color convert

RGB3611690-
CMYK0.6900.220.55
HSL160.5º52.63%29.8%-
HSV(B)160.5º68.97%45.49%-
XYZ8.8213.611.83-
YUV89.12128.590.11-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 14.88%
GREEN value IS 116 (45.70% from 255) = 47.93%
BLUE value IS 90 (35.55% from 255) = 37.19%
R=14.88%
G=47.93%
B=37.19%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal36116900.6900.220.55160.552.6329.8
Hex24745A4501637a0351e
Octal44164132105026672406536
Binary1001001110100101101010001010101101101111010000011010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24745A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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