Shades of Eucalyptus #259958
Tints of Eucalyptus #259958
RGB
CMYK
RGB Variations
Color information
#259958 (or 0x259958) is known color: Eucalyptus. HEX triplet: 25, 99 and 58. RGB value is (37,153,88). Sum of RGB (Red+Green+Blue) = 37+153+88=278 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.31% from 278); Green value is 153 (60.16% from 255 or 55.04% from 278); Blue value is 88 (34.77% from 255 or 31.65% from 278); Max value from RGB is 153 - color contains mainly: green. Hex color #259958 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #259958 is #DA66A7. Grayscale: #6F6F6F. Windows color (decimal): -14313128 or 5806373. OLE color: 5806373.
HSL color Cylindrical-coordinate representation of color #259958: hue angle of 146.38º 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 #259958 is Cyan = 0.76, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 37 | 153 | 88 | - |
| CMYK | 0.76 | 0 | 0.42 | 0.4 |
| HSL | 146.38º | 0.61% | 0.37% | - |
| HSV(B) | 146.38º | 0.76% | 0.6% | - |
| XYZ | 13.92 | 23.88 | 13.11 | - |
| YUV | 110.91 | 115.07 | 75.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 153 | 88 | 0.76 | 0 | 0.42 | 0.4 | 146.38 | 0.61 | 0.37 |
| Hex | 25 | 99 | 58 | 4C | 0 | 2A | 28 | 92 | 3D | 25 |
| Octal | 45 | 231 | 130 | 114 | 0 | 52 | 50 | 222 | 75 | 45 |
| Binary | 100101 | 10011001 | 1011000 | 1001100 | 0 | 101010 | 101000 | 10010010 | 111101 | 100101 |
Color Harmonies of #259958
Complementary color
Monochromatic Colors of #259958
Black with #259958
Text Example
Text Example
White with #259958
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #259958; }
p { color: rgb(37,153,88); }
H1.HeaderClassName
{
color: #259958;
}
.AnyTagClassName
{
color: #259958;
}
</style>
background-color css
<style>
a { background-color: #259958; }
a { background-color: rgb(37,153,88); }
div.DivClassName
{
background-color: #259958;
}
.BgClassName
{
background-color: #259958;
}
</style>
border-color css
<style>
span { border-color: #259958; }
span { border-color: rgb(37,153,88); }
td.TdClassName
{
border-color: #259958;
}
.TagClassName
{
border-color: #259958;
}
</style>