Shades of Eucalyptus #259A5F
Tints of Eucalyptus #259A5F
RGB
CMYK
RGB Variations
Color information
#259A5F (or 0x259A5F) is known color: Eucalyptus. HEX triplet: 25, 9A and 5F. RGB value is (37,154,95). Sum of RGB (Red+Green+Blue) = 37+154+95=286 (37% of max value = 765). Red value is 37 (14.84% from 255 or 12.94% from 286); Green value is 154 (60.55% from 255 or 53.85% from 286); Blue value is 95 (37.5% from 255 or 33.22% from 286); Max value from RGB is 154 - color contains mainly: green. Hex color #259A5F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #259A5F is #DA65A0. Grayscale: #707070. Windows color (decimal): -14312865 or 6265381. OLE color: 6265381.
HSL color Cylindrical-coordinate representation of color #259A5F: hue angle of 149.74º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #259A5F is Cyan = 0.76, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 37 | 154 | 95 | - |
| CMYK | 0.76 | 0 | 0.38 | 0.40 |
| HSL | 149.74º | 0.61% | 0.37% | - |
| HSV(B) | 149.74º | 0.76% | 0.6% | - |
| XYZ | 14.38 | 24.33 | 14.76 | - |
| YUV | 112.29 | 118.24 | 74.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 154 | 95 | 0.76 | 0 | 0.38 | 0.40 | 149.74 | 0.61 | 0.37 |
| Hex | 25 | 9A | 5F | 4C | 0 | 26 | 28 | 96 | 3D | 25 |
| Octal | 45 | 232 | 137 | 114 | 0 | 46 | 50 | 226 | 75 | 45 |
| Binary | 100101 | 10011010 | 1011111 | 1001100 | 0 | 100110 | 101000 | 10010110 | 111101 | 100101 |
Color Harmonies of #259A5F
Complementary color
Monochromatic Colors of #259A5F
Black with #259A5F
Text Example
Text Example
White with #259A5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #259A5F; }
p { color: rgb(37,154,95); }
H1.HeaderClassName
{
color: #259A5F;
}
.AnyTagClassName
{
color: #259A5F;
}
</style>
background-color css
<style>
a { background-color: #259A5F; }
a { background-color: rgb(37,154,95); }
div.DivClassName
{
background-color: #259A5F;
}
.BgClassName
{
background-color: #259A5F;
}
</style>
border-color css
<style>
span { border-color: #259A5F; }
span { border-color: rgb(37,154,95); }
td.TdClassName
{
border-color: #259A5F;
}
.TagClassName
{
border-color: #259A5F;
}
</style>