#24965C

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

Shades of Eucalyptus #24965C

Tints of Eucalyptus #24965C

Color information

#24965C (or 0x24965C) is unknown color: approx Eucalyptus. HEX triplet: 24, 96 and 5C. RGB value is (36,150,92). Sum of RGB (Red+Green+Blue) = 36+150+92=278 (36% of max value = 765). Red value is 36 (14.45% from 255 or 12.95% from 278); Green value is 150 (58.98% from 255 or 53.96% from 278); Blue value is 92 (36.33% from 255 or 33.09% from 278); Max value from RGB is 150 - color contains mainly: green. Hex color #24965C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #24965C is #DB69A3. Grayscale: #6D6D6D. Windows color (decimal): -14379428 or 6067748. OLE color: 6067748.

HSL color Cylindrical-coordinate representation of color #24965C: hue angle of 149.47º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #24965C is Cyan = 0.76, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.41.

Color convert

RGB3615092-
CMYK0.7600.390.41
HSL149.47º61.29%36.47%-
HSV(B)149.47º76%58.82%-
XYZ13.5722.9613.84-
YUV109.3118.2375.72-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 12.95%
GREEN value IS 150 (58.98% from 255) = 53.96%
BLUE value IS 92 (36.33% from 255) = 33.09%
R=12.95%
G=53.96%
B=33.09%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal36150920.7600.390.41149.4761.2936.47
Hex24965C4C02729953d24
Octal44226134114047512257544
Binary1001001001011010111001001100010011110100110010101111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24965C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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