#24985C

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

Shades of Eucalyptus #24985C

Tints of Eucalyptus #24985C

Color information

#24985C (or 0x24985C) is unknown color: approx Eucalyptus. HEX triplet: 24, 98 and 5C. RGB value is (36,152,92). Sum of RGB (Red+Green+Blue) = 36+152+92=280 (37% of max value = 765). Red value is 36 (14.45% from 255 or 12.86% from 280); Green value is 152 (59.77% from 255 or 54.29% from 280); Blue value is 92 (36.33% from 255 or 32.86% from 280); Max value from RGB is 152 - color contains mainly: green. Hex color #24985C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #24985C is #DB67A3. Grayscale: #6E6E6E. Windows color (decimal): -14378916 or 6068260. OLE color: 6068260.

HSL color Cylindrical-coordinate representation of color #24985C: hue angle of 148.97º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #24985C is Cyan = 0.76, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.40.

Color convert

RGB3615292-
CMYK0.7600.390.40
HSL148.97º61.7%36.86%-
HSV(B)148.97º76.32%59.61%-
XYZ13.8923.613.95-
YUV110.48117.5774.88-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 12.86%
GREEN value IS 152 (59.77% from 255) = 54.29%
BLUE value IS 92 (36.33% from 255) = 32.86%
R=12.86%
G=54.29%
B=32.86%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal36152920.7600.390.40148.9761.736.86
Hex24985C4C02728953e25
Octal44230134114047502257645
Binary1001001001100010111001001100010011110100010010101111110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24985C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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