Shades of Eucalyptus #24965A
Tints of Eucalyptus #24965A
RGB
CMYK
RGB Variations
Color information
#24965A (or 0x24965A) is known color: Eucalyptus. HEX triplet: 24, 96 and 5A. RGB value is (36,150,90). Sum of RGB (Red+Green+Blue) = 36+150+90=276 (36% of max value = 765). Red value is 36 (14.45% from 255 or 13.04% from 276); Green value is 150 (58.98% from 255 or 54.35% from 276); Blue value is 90 (35.55% from 255 or 32.61% from 276); Max value from RGB is 150 - color contains mainly: green. Hex color #24965A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #24965A is #DB69A5. Grayscale: #6D6D6D. Windows color (decimal): -14379430 or 5936676. OLE color: 5936676.
HSL color Cylindrical-coordinate representation of color #24965A: hue angle of 148.42º 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 #24965A is Cyan = 0.76, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 36 | 150 | 90 | - |
| CMYK | 0.76 | 0 | 0.4 | 0.41 |
| HSL | 148.42º | 0.61% | 0.36% | - |
| HSV(B) | 148.42º | 0.76% | 0.59% | - |
| XYZ | 13.48 | 22.93 | 13.39 | - |
| YUV | 109.07 | 117.23 | 75.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 150 | 90 | 0.76 | 0 | 0.4 | 0.41 | 148.42 | 0.61 | 0.36 |
| Hex | 24 | 96 | 5A | 4C | 0 | 28 | 29 | 94 | 3D | 24 |
| Octal | 44 | 226 | 132 | 114 | 0 | 50 | 51 | 224 | 75 | 44 |
| Binary | 100100 | 10010110 | 1011010 | 1001100 | 0 | 101000 | 101001 | 10010100 | 111101 | 100100 |
Color Harmonies of #24965A
Complementary color
Monochromatic Colors of #24965A
Black with #24965A
Text Example
Text Example
White with #24965A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24965A; }
p { color: rgb(36,150,90); }
H1.HeaderClassName
{
color: #24965A;
}
.AnyTagClassName
{
color: #24965A;
}
</style>
background-color css
<style>
a { background-color: #24965A; }
a { background-color: rgb(36,150,90); }
div.DivClassName
{
background-color: #24965A;
}
.BgClassName
{
background-color: #24965A;
}
</style>
border-color css
<style>
span { border-color: #24965A; }
span { border-color: rgb(36,150,90); }
td.TdClassName
{
border-color: #24965A;
}
.TagClassName
{
border-color: #24965A;
}
</style>