Shades of Eucalyptus #24965C
Tints of Eucalyptus #24965C
RGB
CMYK
RGB Variations
Color information
#24965C (or 0x24965C) is known color: 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
| RGB | 36 | 150 | 92 | - |
| CMYK | 0.76 | 0 | 0.39 | 0.41 |
| HSL | 149.47º | 0.61% | 0.36% | - |
| HSV(B) | 149.47º | 0.76% | 0.59% | - |
| XYZ | 13.57 | 22.96 | 13.84 | - |
| YUV | 109.3 | 118.23 | 75.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 150 | 92 | 0.76 | 0 | 0.39 | 0.41 | 149.47 | 0.61 | 0.36 |
| Hex | 24 | 96 | 5C | 4C | 0 | 27 | 29 | 95 | 3D | 24 |
| Octal | 44 | 226 | 134 | 114 | 0 | 47 | 51 | 225 | 75 | 44 |
| Binary | 100100 | 10010110 | 1011100 | 1001100 | 0 | 100111 | 101001 | 10010101 | 111101 | 100100 |
Color Harmonies of #24965C
Complementary color
Monochromatic Colors of #24965C
Black with #24965C
Text Example
Text Example
White with #24965C
Text Example
Text Example
HTML Codes & Css Web 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>