Shades of Eucalyptus #259B63
Tints of Eucalyptus #259B63
RGB
CMYK
RGB Variations
Color information
#259B63 (or 0x259B63) is known color: Eucalyptus. HEX triplet: 25, 9B and 63. RGB value is (37,155,99). Sum of RGB (Red+Green+Blue) = 37+155+99=291 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.71% from 291); Green value is 155 (60.94% from 255 or 53.26% from 291); Blue value is 99 (39.06% from 255 or 34.02% from 291); Max value from RGB is 155 - color contains mainly: green. Hex color #259B63 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #259B63 is #DA649C. Grayscale: #717171. Windows color (decimal): -14312605 or 6527781. OLE color: 6527781.
HSL color Cylindrical-coordinate representation of color #259B63: hue angle of 151.53º 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 #259B63 is Cyan = 0.76, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 37 | 155 | 99 | - |
| CMYK | 0.76 | 0 | 0.36 | 0.39 |
| HSL | 151.53º | 0.61% | 0.38% | - |
| HSV(B) | 151.53º | 0.76% | 0.61% | - |
| XYZ | 14.74 | 24.74 | 15.8 | - |
| YUV | 113.33 | 119.91 | 73.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 155 | 99 | 0.76 | 0 | 0.36 | 0.39 | 151.53 | 0.61 | 0.38 |
| Hex | 25 | 9B | 63 | 4C | 0 | 24 | 27 | 98 | 3D | 26 |
| Octal | 45 | 233 | 143 | 114 | 0 | 44 | 47 | 230 | 75 | 46 |
| Binary | 100101 | 10011011 | 1100011 | 1001100 | 0 | 100100 | 100111 | 10011000 | 111101 | 100110 |
Color Harmonies of #259B63
Complementary color
Monochromatic Colors of #259B63
Black with #259B63
Text Example
Text Example
White with #259B63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #259B63; }
p { color: rgb(37,155,99); }
H1.HeaderClassName
{
color: #259B63;
}
.AnyTagClassName
{
color: #259B63;
}
</style>
background-color css
<style>
a { background-color: #259B63; }
a { background-color: rgb(37,155,99); }
div.DivClassName
{
background-color: #259B63;
}
.BgClassName
{
background-color: #259B63;
}
</style>
border-color css
<style>
span { border-color: #259B63; }
span { border-color: rgb(37,155,99); }
td.TdClassName
{
border-color: #259B63;
}
.TagClassName
{
border-color: #259B63;
}
</style>