Shades of Eucalyptus #249461
Tints of Eucalyptus #249461
RGB
CMYK
RGB Variations
Color information
#249461 (or 0x249461) is known color: Eucalyptus. HEX triplet: 24, 94 and 61. RGB value is (36,148,97). Sum of RGB (Red+Green+Blue) = 36+148+97=281 (37% of max value = 765). Red value is 36 (14.45% from 255 or 12.81% from 281); Green value is 148 (58.20% from 255 or 52.67% from 281); Blue value is 97 (38.28% from 255 or 34.52% from 281); Max value from RGB is 148 - color contains mainly: green. Hex color #249461 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #249461 is #DB6B9E. Grayscale: #6C6C6C. Windows color (decimal): -14379935 or 6394916. OLE color: 6394916.
HSL color Cylindrical-coordinate representation of color #249461: hue angle of 152.68º 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 #249461 is Cyan = 0.76, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 36 | 148 | 97 | - |
| CMYK | 0.76 | 0 | 0.34 | 0.42 |
| HSL | 152.68º | 0.61% | 0.36% | - |
| HSV(B) | 152.68º | 0.76% | 0.58% | - |
| XYZ | 13.48 | 22.42 | 14.93 | - |
| YUV | 108.7 | 121.39 | 76.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 148 | 97 | 0.76 | 0 | 0.34 | 0.42 | 152.68 | 0.61 | 0.36 |
| Hex | 24 | 94 | 61 | 4C | 0 | 22 | 2A | 99 | 3D | 24 |
| Octal | 44 | 224 | 141 | 114 | 0 | 42 | 52 | 231 | 75 | 44 |
| Binary | 100100 | 10010100 | 1100001 | 1001100 | 0 | 100010 | 101010 | 10011001 | 111101 | 100100 |
Color Harmonies of #249461
Complementary color
Monochromatic Colors of #249461
Black with #249461
Text Example
Text Example
White with #249461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #249461; }
p { color: rgb(36,148,97); }
H1.HeaderClassName
{
color: #249461;
}
.AnyTagClassName
{
color: #249461;
}
</style>
background-color css
<style>
a { background-color: #249461; }
a { background-color: rgb(36,148,97); }
div.DivClassName
{
background-color: #249461;
}
.BgClassName
{
background-color: #249461;
}
</style>
border-color css
<style>
span { border-color: #249461; }
span { border-color: rgb(36,148,97); }
td.TdClassName
{
border-color: #249461;
}
.TagClassName
{
border-color: #249461;
}
</style>