Shades of Eucalyptus #259F53
Tints of Eucalyptus #259F53
RGB
CMYK
RGB Variations
Color information
#259F53 (or 0x259F53) is known color: Eucalyptus. HEX triplet: 25, 9F and 53. RGB value is (37,159,83). Sum of RGB (Red+Green+Blue) = 37+159+83=279 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.26% from 279); Green value is 159 (62.5% from 255 or 56.99% from 279); Blue value is 83 (32.81% from 255 or 29.75% from 279); Max value from RGB is 159 - color contains mainly: green. Hex color #259F53 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #259F53 is #DA60AC. Grayscale: #727272. Windows color (decimal): -14311597 or 5480229. OLE color: 5480229.
HSL color Cylindrical-coordinate representation of color #259F53: hue angle of 142.62º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #259F53 is Cyan = 0.77, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 37 | 159 | 83 | - |
| CMYK | 0.77 | 0 | 0.48 | 0.38 |
| HSL | 142.62º | 0.62% | 0.38% | - |
| HSV(B) | 142.62º | 0.77% | 0.62% | - |
| XYZ | 14.72 | 25.81 | 12.39 | - |
| YUV | 113.86 | 110.58 | 73.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 159 | 83 | 0.77 | 0 | 0.48 | 0.38 | 142.62 | 0.62 | 0.38 |
| Hex | 25 | 9F | 53 | 4D | 0 | 30 | 26 | 8F | 3E | 26 |
| Octal | 45 | 237 | 123 | 115 | 0 | 60 | 46 | 217 | 76 | 46 |
| Binary | 100101 | 10011111 | 1010011 | 1001101 | 0 | 110000 | 100110 | 10001111 | 111110 | 100110 |
Color Harmonies of #259F53
Complementary color
Monochromatic Colors of #259F53
Black with #259F53
Text Example
Text Example
White with #259F53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #259F53; }
p { color: rgb(37,159,83); }
H1.HeaderClassName
{
color: #259F53;
}
.AnyTagClassName
{
color: #259F53;
}
</style>
background-color css
<style>
a { background-color: #259F53; }
a { background-color: rgb(37,159,83); }
div.DivClassName
{
background-color: #259F53;
}
.BgClassName
{
background-color: #259F53;
}
</style>
border-color css
<style>
span { border-color: #259F53; }
span { border-color: rgb(37,159,83); }
td.TdClassName
{
border-color: #259F53;
}
.TagClassName
{
border-color: #259F53;
}
</style>