Shades of Eucalyptus #249465
Tints of Eucalyptus #249465
RGB
CMYK
RGB Variations
Color information
#249465 (or 0x249465) is known color: Eucalyptus. HEX triplet: 24, 94 and 65. RGB value is (36,148,101). Sum of RGB (Red+Green+Blue) = 36+148+101=285 (37% of max value = 765). Red value is 36 (14.45% from 255 or 12.63% from 285); Green value is 148 (58.20% from 255 or 51.93% from 285); Blue value is 101 (39.84% from 255 or 35.44% from 285); Max value from RGB is 148 - color contains mainly: green. Hex color #249465 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #249465 is #DB6B9A. Grayscale: #6D6D6D. Windows color (decimal): -14379931 or 6657060. OLE color: 6657060.
HSL color Cylindrical-coordinate representation of color #249465: hue angle of 154.82º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #249465 is Cyan = 0.76, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 36 | 148 | 101 | - |
| CMYK | 0.76 | 0 | 0.32 | 0.42 |
| HSL | 154.82º | 0.61% | 0.36% | - |
| HSV(B) | 154.82º | 0.76% | 0.58% | - |
| XYZ | 13.67 | 22.49 | 15.93 | - |
| YUV | 109.15 | 123.39 | 75.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 148 | 101 | 0.76 | 0 | 0.32 | 0.42 | 154.82 | 0.61 | 0.36 |
| Hex | 24 | 94 | 65 | 4C | 0 | 20 | 2A | 9B | 3D | 24 |
| Octal | 44 | 224 | 145 | 114 | 0 | 40 | 52 | 233 | 75 | 44 |
| Binary | 100100 | 10010100 | 1100101 | 1001100 | 0 | 100000 | 101010 | 10011011 | 111101 | 100100 |
Color Harmonies of #249465
Complementary color
Monochromatic Colors of #249465
Black with #249465
Text Example
Text Example
White with #249465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #249465; }
p { color: rgb(36,148,101); }
H1.HeaderClassName
{
color: #249465;
}
.AnyTagClassName
{
color: #249465;
}
</style>
background-color css
<style>
a { background-color: #249465; }
a { background-color: rgb(36,148,101); }
div.DivClassName
{
background-color: #249465;
}
.BgClassName
{
background-color: #249465;
}
</style>
border-color css
<style>
span { border-color: #249465; }
span { border-color: rgb(36,148,101); }
td.TdClassName
{
border-color: #249465;
}
.TagClassName
{
border-color: #249465;
}
</style>