Shades of Eucalyptus #259B67
Tints of Eucalyptus #259B67
RGB
CMYK
RGB Variations
Color information
#259B67 (or 0x259B67) is known color: Eucalyptus. HEX triplet: 25, 9B and 67. RGB value is (37,155,103). Sum of RGB (Red+Green+Blue) = 37+155+103=295 (39% of max value = 765). Red value is 37 (14.84% from 255 or 12.54% from 295); Green value is 155 (60.94% from 255 or 52.54% from 295); Blue value is 103 (40.62% from 255 or 34.92% from 295); Max value from RGB is 155 - color contains mainly: green. Hex color #259B67 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #259B67 is #DA6498. Grayscale: #717171. Windows color (decimal): -14312601 or 6789925. OLE color: 6789925.
HSL color Cylindrical-coordinate representation of color #259B67: hue angle of 153.56º 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 #259B67 is Cyan = 0.76, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 37 | 155 | 103 | - |
| CMYK | 0.76 | 0 | 0.34 | 0.39 |
| HSL | 153.56º | 0.61% | 0.38% | - |
| HSV(B) | 153.56º | 0.76% | 0.61% | - |
| XYZ | 14.93 | 24.82 | 16.83 | - |
| YUV | 113.79 | 121.91 | 73.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 155 | 103 | 0.76 | 0 | 0.34 | 0.39 | 153.56 | 0.61 | 0.38 |
| Hex | 25 | 9B | 67 | 4C | 0 | 22 | 27 | 9A | 3D | 26 |
| Octal | 45 | 233 | 147 | 114 | 0 | 42 | 47 | 232 | 75 | 46 |
| Binary | 100101 | 10011011 | 1100111 | 1001100 | 0 | 100010 | 100111 | 10011010 | 111101 | 100110 |
Color Harmonies of #259B67
Complementary color
Monochromatic Colors of #259B67
Black with #259B67
Text Example
Text Example
White with #259B67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #259B67; }
p { color: rgb(37,155,103); }
H1.HeaderClassName
{
color: #259B67;
}
.AnyTagClassName
{
color: #259B67;
}
</style>
background-color css
<style>
a { background-color: #259B67; }
a { background-color: rgb(37,155,103); }
div.DivClassName
{
background-color: #259B67;
}
.BgClassName
{
background-color: #259B67;
}
</style>
border-color css
<style>
span { border-color: #259B67; }
span { border-color: rgb(37,155,103); }
td.TdClassName
{
border-color: #259B67;
}
.TagClassName
{
border-color: #259B67;
}
</style>