Shades of Eucalyptus #259868
Tints of Eucalyptus #259868
RGB
CMYK
RGB Variations
Color information
#259868 (or 0x259868) is known color: Eucalyptus. HEX triplet: 25, 98 and 68. RGB value is (37,152,104). Sum of RGB (Red+Green+Blue) = 37+152+104=293 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.63% from 293); Green value is 152 (59.77% from 255 or 51.88% from 293); Blue value is 104 (41.02% from 255 or 35.49% from 293); Max value from RGB is 152 - color contains mainly: green. Hex color #259868 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #259868 is #DA6797. Grayscale: #707070. Windows color (decimal): -14313368 or 6854693. OLE color: 6854693.
HSL color Cylindrical-coordinate representation of color #259868: hue angle of 154.96º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #259868 is Cyan = 0.76, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 37 | 152 | 104 | - |
| CMYK | 0.76 | 0 | 0.32 | 0.40 |
| HSL | 154.96º | 0.61% | 0.37% | - |
| HSV(B) | 154.96º | 0.76% | 0.6% | - |
| XYZ | 14.49 | 23.85 | 16.94 | - |
| YUV | 112.14 | 123.4 | 74.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 152 | 104 | 0.76 | 0 | 0.32 | 0.40 | 154.96 | 0.61 | 0.37 |
| Hex | 25 | 98 | 68 | 4C | 0 | 20 | 28 | 9B | 3D | 25 |
| Octal | 45 | 230 | 150 | 114 | 0 | 40 | 50 | 233 | 75 | 45 |
| Binary | 100101 | 10011000 | 1101000 | 1001100 | 0 | 100000 | 101000 | 10011011 | 111101 | 100101 |
Color Harmonies of #259868
Complementary color
Monochromatic Colors of #259868
Black with #259868
Text Example
Text Example
White with #259868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #259868; }
p { color: rgb(37,152,104); }
H1.HeaderClassName
{
color: #259868;
}
.AnyTagClassName
{
color: #259868;
}
</style>
background-color css
<style>
a { background-color: #259868; }
a { background-color: rgb(37,152,104); }
div.DivClassName
{
background-color: #259868;
}
.BgClassName
{
background-color: #259868;
}
</style>
border-color css
<style>
span { border-color: #259868; }
span { border-color: rgb(37,152,104); }
td.TdClassName
{
border-color: #259868;
}
.TagClassName
{
border-color: #259868;
}
</style>