Shades of Eucalyptus #249361
Tints of Eucalyptus #249361
RGB
CMYK
RGB Variations
Color information
#249361 (or 0x249361) is known color: Eucalyptus. HEX triplet: 24, 93 and 61. RGB value is (36,147,97). Sum of RGB (Red+Green+Blue) = 36+147+97=280 (37% of max value = 765). Red value is 36 (14.45% from 255 or 12.86% from 280); Green value is 147 (57.81% from 255 or 52.5% from 280); Blue value is 97 (38.28% from 255 or 34.64% from 280); Max value from RGB is 147 - color contains mainly: green. Hex color #249361 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #249361 is #DB6C9E. Grayscale: #6C6C6C. Windows color (decimal): -14380191 or 6394660. OLE color: 6394660.
HSL color Cylindrical-coordinate representation of color #249361: hue angle of 152.97º 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 #249361 is Cyan = 0.76, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 36 | 147 | 97 | - |
| CMYK | 0.76 | 0 | 0.34 | 0.42 |
| HSL | 152.97º | 0.61% | 0.36% | - |
| HSV(B) | 152.97º | 0.76% | 0.58% | - |
| XYZ | 13.32 | 22.11 | 14.87 | - |
| YUV | 108.11 | 121.73 | 76.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 147 | 97 | 0.76 | 0 | 0.34 | 0.42 | 152.97 | 0.61 | 0.36 |
| Hex | 24 | 93 | 61 | 4C | 0 | 22 | 2A | 99 | 3D | 24 |
| Octal | 44 | 223 | 141 | 114 | 0 | 42 | 52 | 231 | 75 | 44 |
| Binary | 100100 | 10010011 | 1100001 | 1001100 | 0 | 100010 | 101010 | 10011001 | 111101 | 100100 |
Color Harmonies of #249361
Complementary color
Monochromatic Colors of #249361
Black with #249361
Text Example
Text Example
White with #249361
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #249361; }
p { color: rgb(36,147,97); }
H1.HeaderClassName
{
color: #249361;
}
.AnyTagClassName
{
color: #249361;
}
</style>
background-color css
<style>
a { background-color: #249361; }
a { background-color: rgb(36,147,97); }
div.DivClassName
{
background-color: #249361;
}
.BgClassName
{
background-color: #249361;
}
</style>
border-color css
<style>
span { border-color: #249361; }
span { border-color: rgb(36,147,97); }
td.TdClassName
{
border-color: #249361;
}
.TagClassName
{
border-color: #249361;
}
</style>