#24965B

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

Shades of Eucalyptus #24965B

Tints of Eucalyptus #24965B

Color information

#24965B (or 0x24965B) is unknown color: approx Eucalyptus. HEX triplet: 24, 96 and 5B. RGB value is (36,150,91). Sum of RGB (Red+Green+Blue) = 36+150+91=277 (36% of max value = 765). Red value is 36 (14.45% from 255 or 13.00% from 277); Green value is 150 (58.98% from 255 or 54.15% from 277); Blue value is 91 (35.94% from 255 or 32.85% from 277); Max value from RGB is 150 - color contains mainly: green. Hex color #24965B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #24965B is #DB69A4. Grayscale: #6D6D6D. Windows color (decimal): -14379429 or 6002212. OLE color: 6002212.

HSL color Cylindrical-coordinate representation of color #24965B: hue angle of 148.95º 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 #24965B is Cyan = 0.76, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.41.

Color convert

RGB3615091-
CMYK0.7600.390.41
HSL148.95º61.29%36.47%-
HSV(B)148.95º76%58.82%-
XYZ13.5222.9413.61-
YUV109.19117.7375.8-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 13.00%
GREEN value IS 150 (58.98% from 255) = 54.15%
BLUE value IS 91 (35.94% from 255) = 32.85%
R=13.00%
G=54.15%
B=32.85%

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
Decimal36150910.7600.390.41148.9561.2936.47
Hex24965B4C02729953d24
Octal44226133114047512257544
Binary1001001001011010110111001100010011110100110010101111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24965B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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