Shades of Eucalyptus #259565
Tints of Eucalyptus #259565
RGB
CMYK
RGB Variations
Color information
#259565 (or 0x259565) is known color: Eucalyptus. HEX triplet: 25, 95 and 65. RGB value is (37,149,101). Sum of RGB (Red+Green+Blue) = 37+149+101=287 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.89% from 287); Green value is 149 (58.59% from 255 or 51.92% from 287); Blue value is 101 (39.84% from 255 or 35.19% from 287); Max value from RGB is 149 - color contains mainly: green. Hex color #259565 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #259565 is #DA6A9A. Grayscale: #6E6E6E. Windows color (decimal): -14314139 or 6657317. OLE color: 6657317.
HSL color Cylindrical-coordinate representation of color #259565: hue angle of 154.29º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #259565 is Cyan = 0.75, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 37 | 149 | 101 | - |
| CMYK | 0.75 | 0 | 0.32 | 0.42 |
| HSL | 154.29º | 0.6% | 0.36% | - |
| HSV(B) | 154.29º | 0.75% | 0.58% | - |
| XYZ | 13.86 | 22.83 | 15.99 | - |
| YUV | 110.04 | 122.89 | 75.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 149 | 101 | 0.75 | 0 | 0.32 | 0.42 | 154.29 | 0.6 | 0.36 |
| Hex | 25 | 95 | 65 | 4B | 0 | 20 | 2A | 9A | 3C | 24 |
| Octal | 45 | 225 | 145 | 113 | 0 | 40 | 52 | 232 | 74 | 44 |
| Binary | 100101 | 10010101 | 1100101 | 1001011 | 0 | 100000 | 101010 | 10011010 | 111100 | 100100 |
Color Harmonies of #259565
Complementary color
Monochromatic Colors of #259565
Black with #259565
Text Example
Text Example
White with #259565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #259565; }
p { color: rgb(37,149,101); }
H1.HeaderClassName
{
color: #259565;
}
.AnyTagClassName
{
color: #259565;
}
</style>
background-color css
<style>
a { background-color: #259565; }
a { background-color: rgb(37,149,101); }
div.DivClassName
{
background-color: #259565;
}
.BgClassName
{
background-color: #259565;
}
</style>
border-color css
<style>
span { border-color: #259565; }
span { border-color: rgb(37,149,101); }
td.TdClassName
{
border-color: #259565;
}
.TagClassName
{
border-color: #259565;
}
</style>