Shades of Eucalyptus #259C65
Tints of Eucalyptus #259C65
RGB
CMYK
RGB Variations
Color information
#259C65 (or 0x259C65) is known color: Eucalyptus. HEX triplet: 25, 9C and 65. RGB value is (37,156,101). Sum of RGB (Red+Green+Blue) = 37+156+101=294 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.59% from 294); Green value is 156 (61.33% from 255 or 53.06% from 294); Blue value is 101 (39.84% from 255 or 34.35% from 294); Max value from RGB is 156 - color contains mainly: green. Hex color #259C65 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #259C65 is #DA639A. Grayscale: #727272. Windows color (decimal): -14312347 or 6659109. OLE color: 6659109.
HSL color Cylindrical-coordinate representation of color #259C65: hue angle of 152.27º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #259C65 is Cyan = 0.76, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 37 | 156 | 101 | - |
| CMYK | 0.76 | 0 | 0.35 | 0.39 |
| HSL | 152.27º | 0.62% | 0.38% | - |
| HSV(B) | 152.27º | 0.76% | 0.61% | - |
| XYZ | 15 | 25.11 | 16.37 | - |
| YUV | 114.15 | 120.58 | 72.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 156 | 101 | 0.76 | 0 | 0.35 | 0.39 | 152.27 | 0.62 | 0.38 |
| Hex | 25 | 9C | 65 | 4C | 0 | 23 | 27 | 98 | 3E | 26 |
| Octal | 45 | 234 | 145 | 114 | 0 | 43 | 47 | 230 | 76 | 46 |
| Binary | 100101 | 10011100 | 1100101 | 1001100 | 0 | 100011 | 100111 | 10011000 | 111110 | 100110 |
Color Harmonies of #259C65
Complementary color
Monochromatic Colors of #259C65
Black with #259C65
Text Example
Text Example
White with #259C65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #259C65; }
p { color: rgb(37,156,101); }
H1.HeaderClassName
{
color: #259C65;
}
.AnyTagClassName
{
color: #259C65;
}
</style>
background-color css
<style>
a { background-color: #259C65; }
a { background-color: rgb(37,156,101); }
div.DivClassName
{
background-color: #259C65;
}
.BgClassName
{
background-color: #259C65;
}
</style>
border-color css
<style>
span { border-color: #259C65; }
span { border-color: rgb(37,156,101); }
td.TdClassName
{
border-color: #259C65;
}
.TagClassName
{
border-color: #259C65;
}
</style>