Shades of Eucalyptus #259D59
Tints of Eucalyptus #259D59
RGB
CMYK
RGB Variations
Color information
#259D59 (or 0x259D59) is known color: Eucalyptus. HEX triplet: 25, 9D and 59. RGB value is (37,157,89). Sum of RGB (Red+Green+Blue) = 37+157+89=283 (37% of max value = 765). Red value is 37 (14.84% from 255 or 13.07% from 283); Green value is 157 (61.72% from 255 or 55.48% from 283); Blue value is 89 (35.16% from 255 or 31.45% from 283); Max value from RGB is 157 - color contains mainly: green. Hex color #259D59 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #259D59 is #DA62A6. Grayscale: #717171. Windows color (decimal): -14312103 or 5872933. OLE color: 5872933.
HSL color Cylindrical-coordinate representation of color #259D59: hue angle of 146º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #259D59 is Cyan = 0.76, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 37 | 157 | 89 | - |
| CMYK | 0.76 | 0 | 0.43 | 0.38 |
| HSL | 146º | 0.62% | 0.38% | - |
| HSV(B) | 146º | 0.76% | 0.62% | - |
| XYZ | 14.62 | 25.23 | 13.55 | - |
| YUV | 113.37 | 114.24 | 73.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 157 | 89 | 0.76 | 0 | 0.43 | 0.38 | 146 | 0.62 | 0.38 |
| Hex | 25 | 9D | 59 | 4C | 0 | 2B | 26 | 92 | 3E | 26 |
| Octal | 45 | 235 | 131 | 114 | 0 | 53 | 46 | 222 | 76 | 46 |
| Binary | 100101 | 10011101 | 1011001 | 1001100 | 0 | 101011 | 100110 | 10010010 | 111110 | 100110 |
Color Harmonies of #259D59
Complementary color
Monochromatic Colors of #259D59
Black with #259D59
Text Example
Text Example
White with #259D59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #259D59; }
p { color: rgb(37,157,89); }
H1.HeaderClassName
{
color: #259D59;
}
.AnyTagClassName
{
color: #259D59;
}
</style>
background-color css
<style>
a { background-color: #259D59; }
a { background-color: rgb(37,157,89); }
div.DivClassName
{
background-color: #259D59;
}
.BgClassName
{
background-color: #259D59;
}
</style>
border-color css
<style>
span { border-color: #259D59; }
span { border-color: rgb(37,157,89); }
td.TdClassName
{
border-color: #259D59;
}
.TagClassName
{
border-color: #259D59;
}
</style>