Shades of Eucalyptus #259F58
Tints of Eucalyptus #259F58
RGB
CMYK
RGB Variations
Color information
#259F58 (or 0x259F58) is known color: Eucalyptus. HEX triplet: 25, 9F and 58. RGB value is (37,159,88). Sum of RGB (Red+Green+Blue) = 37+159+88=284 (37% of max value = 765). Red value is 37 (14.84% from 255 or 13.03% from 284); Green value is 159 (62.5% from 255 or 55.99% from 284); Blue value is 88 (34.77% from 255 or 30.99% from 284); Max value from RGB is 159 - color contains mainly: green. Hex color #259F58 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #259F58 is #DA60A7. Grayscale: #727272. Windows color (decimal): -14311592 or 5807909. OLE color: 5807909.
HSL color Cylindrical-coordinate representation of color #259F58: hue angle of 145.08º 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 #259F58 is Cyan = 0.77, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 37 | 159 | 88 | - |
| CMYK | 0.77 | 0 | 0.45 | 0.38 |
| HSL | 145.08º | 0.62% | 0.38% | - |
| HSV(B) | 145.08º | 0.77% | 0.62% | - |
| XYZ | 14.92 | 25.89 | 13.44 | - |
| YUV | 114.43 | 113.08 | 72.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 159 | 88 | 0.77 | 0 | 0.45 | 0.38 | 145.08 | 0.62 | 0.38 |
| Hex | 25 | 9F | 58 | 4D | 0 | 2D | 26 | 91 | 3E | 26 |
| Octal | 45 | 237 | 130 | 115 | 0 | 55 | 46 | 221 | 76 | 46 |
| Binary | 100101 | 10011111 | 1011000 | 1001101 | 0 | 101101 | 100110 | 10010001 | 111110 | 100110 |
Color Harmonies of #259F58
Complementary color
Monochromatic Colors of #259F58
Black with #259F58
Text Example
Text Example
White with #259F58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #259F58; }
p { color: rgb(37,159,88); }
H1.HeaderClassName
{
color: #259F58;
}
.AnyTagClassName
{
color: #259F58;
}
</style>
background-color css
<style>
a { background-color: #259F58; }
a { background-color: rgb(37,159,88); }
div.DivClassName
{
background-color: #259F58;
}
.BgClassName
{
background-color: #259F58;
}
</style>
border-color css
<style>
span { border-color: #259F58; }
span { border-color: rgb(37,159,88); }
td.TdClassName
{
border-color: #259F58;
}
.TagClassName
{
border-color: #259F58;
}
</style>