Shades of Eucalyptus #259A58
Tints of Eucalyptus #259A58
RGB
CMYK
RGB Variations
Color information
#259A58 (or 0x259A58) is known color: Eucalyptus. HEX triplet: 25, 9A and 58. RGB value is (37,154,88). Sum of RGB (Red+Green+Blue) = 37+154+88=279 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.26% from 279); Green value is 154 (60.55% from 255 or 55.20% from 279); Blue value is 88 (34.77% from 255 or 31.54% from 279); Max value from RGB is 154 - color contains mainly: green. Hex color #259A58 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #259A58 is #DA65A7. Grayscale: #6F6F6F. Windows color (decimal): -14312872 or 5806629. OLE color: 5806629.
HSL color Cylindrical-coordinate representation of color #259A58: hue angle of 146.15º 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 #259A58 is Cyan = 0.76, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 37 | 154 | 88 | - |
| CMYK | 0.76 | 0 | 0.43 | 0.40 |
| HSL | 146.15º | 0.61% | 0.37% | - |
| HSV(B) | 146.15º | 0.76% | 0.6% | - |
| XYZ | 14.08 | 24.21 | 13.16 | - |
| YUV | 111.49 | 114.74 | 74.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 154 | 88 | 0.76 | 0 | 0.43 | 0.40 | 146.15 | 0.61 | 0.37 |
| Hex | 25 | 9A | 58 | 4C | 0 | 2B | 28 | 92 | 3D | 25 |
| Octal | 45 | 232 | 130 | 114 | 0 | 53 | 50 | 222 | 75 | 45 |
| Binary | 100101 | 10011010 | 1011000 | 1001100 | 0 | 101011 | 101000 | 10010010 | 111101 | 100101 |
Color Harmonies of #259A58
Complementary color
Monochromatic Colors of #259A58
Black with #259A58
Text Example
Text Example
White with #259A58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #259A58; }
p { color: rgb(37,154,88); }
H1.HeaderClassName
{
color: #259A58;
}
.AnyTagClassName
{
color: #259A58;
}
</style>
background-color css
<style>
a { background-color: #259A58; }
a { background-color: rgb(37,154,88); }
div.DivClassName
{
background-color: #259A58;
}
.BgClassName
{
background-color: #259A58;
}
</style>
border-color css
<style>
span { border-color: #259A58; }
span { border-color: rgb(37,154,88); }
td.TdClassName
{
border-color: #259A58;
}
.TagClassName
{
border-color: #259A58;
}
</style>