Shades of Eucalyptus #259765
Tints of Eucalyptus #259765
RGB
CMYK
RGB Variations
Color information
#259765 (or 0x259765) is known color: Eucalyptus. HEX triplet: 25, 97 and 65. RGB value is (37,151,101). Sum of RGB (Red+Green+Blue) = 37+151+101=289 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.80% from 289); Green value is 151 (59.38% from 255 or 52.25% from 289); Blue value is 101 (39.84% from 255 or 34.95% from 289); Max value from RGB is 151 - color contains mainly: green. Hex color #259765 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #259765 is #DA689A. Grayscale: #6F6F6F. Windows color (decimal): -14313627 or 6657829. OLE color: 6657829.
HSL color Cylindrical-coordinate representation of color #259765: hue angle of 153.68º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #259765 is Cyan = 0.75, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 37 | 151 | 101 | - |
| CMYK | 0.75 | 0 | 0.33 | 0.41 |
| HSL | 153.68º | 0.61% | 0.37% | - |
| HSV(B) | 153.68º | 0.75% | 0.59% | - |
| XYZ | 14.18 | 23.47 | 16.09 | - |
| YUV | 111.21 | 122.23 | 75.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 151 | 101 | 0.75 | 0 | 0.33 | 0.41 | 153.68 | 0.61 | 0.37 |
| Hex | 25 | 97 | 65 | 4B | 0 | 21 | 29 | 9A | 3D | 25 |
| Octal | 45 | 227 | 145 | 113 | 0 | 41 | 51 | 232 | 75 | 45 |
| Binary | 100101 | 10010111 | 1100101 | 1001011 | 0 | 100001 | 101001 | 10011010 | 111101 | 100101 |
Color Harmonies of #259765
Complementary color
Monochromatic Colors of #259765
Black with #259765
Text Example
Text Example
White with #259765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #259765; }
p { color: rgb(37,151,101); }
H1.HeaderClassName
{
color: #259765;
}
.AnyTagClassName
{
color: #259765;
}
</style>
background-color css
<style>
a { background-color: #259765; }
a { background-color: rgb(37,151,101); }
div.DivClassName
{
background-color: #259765;
}
.BgClassName
{
background-color: #259765;
}
</style>
border-color css
<style>
span { border-color: #259765; }
span { border-color: rgb(37,151,101); }
td.TdClassName
{
border-color: #259765;
}
.TagClassName
{
border-color: #259765;
}
</style>