Shades of Eucalyptus #259B61
Tints of Eucalyptus #259B61
RGB
CMYK
RGB Variations
Color information
#259B61 (or 0x259B61) is known color: Eucalyptus. HEX triplet: 25, 9B and 61. RGB value is (37,155,97). Sum of RGB (Red+Green+Blue) = 37+155+97=289 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.80% from 289); Green value is 155 (60.94% from 255 or 53.63% from 289); Blue value is 97 (38.28% from 255 or 33.56% from 289); Max value from RGB is 155 - color contains mainly: green. Hex color #259B61 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #259B61 is #DA649E. Grayscale: #717171. Windows color (decimal): -14312607 or 6396709. OLE color: 6396709.
HSL color Cylindrical-coordinate representation of color #259B61: hue angle of 150.51º degrees, saturation: 0.61, 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 #259B61 is Cyan = 0.76, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 37 | 155 | 97 | - |
| CMYK | 0.76 | 0 | 0.37 | 0.39 |
| HSL | 150.51º | 0.61% | 0.38% | - |
| HSV(B) | 150.51º | 0.76% | 0.61% | - |
| XYZ | 14.64 | 24.7 | 15.3 | - |
| YUV | 113.11 | 118.91 | 73.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 155 | 97 | 0.76 | 0 | 0.37 | 0.39 | 150.51 | 0.61 | 0.38 |
| Hex | 25 | 9B | 61 | 4C | 0 | 25 | 27 | 97 | 3D | 26 |
| Octal | 45 | 233 | 141 | 114 | 0 | 45 | 47 | 227 | 75 | 46 |
| Binary | 100101 | 10011011 | 1100001 | 1001100 | 0 | 100101 | 100111 | 10010111 | 111101 | 100110 |
Color Harmonies of #259B61
Complementary color
Monochromatic Colors of #259B61
Black with #259B61
Text Example
Text Example
White with #259B61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #259B61; }
p { color: rgb(37,155,97); }
H1.HeaderClassName
{
color: #259B61;
}
.AnyTagClassName
{
color: #259B61;
}
</style>
background-color css
<style>
a { background-color: #259B61; }
a { background-color: rgb(37,155,97); }
div.DivClassName
{
background-color: #259B61;
}
.BgClassName
{
background-color: #259B61;
}
</style>
border-color css
<style>
span { border-color: #259B61; }
span { border-color: rgb(37,155,97); }
td.TdClassName
{
border-color: #259B61;
}
.TagClassName
{
border-color: #259B61;
}
</style>