Shades of Eucalyptus #259260
Tints of Eucalyptus #259260
RGB
CMYK
RGB Variations
Color information
#259260 (or 0x259260) is known color: Eucalyptus. HEX triplet: 25, 92 and 60. RGB value is (37,146,96). Sum of RGB (Red+Green+Blue) = 37+146+96=279 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.26% from 279); Green value is 146 (57.42% from 255 or 52.33% from 279); Blue value is 96 (37.89% from 255 or 34.41% from 279); Max value from RGB is 146 - color contains mainly: green. Hex color #259260 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #259260 is #DA6D9F. Grayscale: #6B6B6B. Windows color (decimal): -14314912 or 6328869. OLE color: 6328869.
HSL color Cylindrical-coordinate representation of color #259260: hue angle of 152.48º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #259260 is Cyan = 0.75, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 37 | 146 | 96 | - |
| CMYK | 0.75 | 0 | 0.34 | 0.43 |
| HSL | 152.48º | 0.6% | 0.36% | - |
| HSV(B) | 152.48º | 0.75% | 0.57% | - |
| XYZ | 13.15 | 21.8 | 14.58 | - |
| YUV | 107.71 | 121.39 | 77.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 146 | 96 | 0.75 | 0 | 0.34 | 0.43 | 152.48 | 0.6 | 0.36 |
| Hex | 25 | 92 | 60 | 4B | 0 | 22 | 2B | 98 | 3C | 24 |
| Octal | 45 | 222 | 140 | 113 | 0 | 42 | 53 | 230 | 74 | 44 |
| Binary | 100101 | 10010010 | 1100000 | 1001011 | 0 | 100010 | 101011 | 10011000 | 111100 | 100100 |
Color Harmonies of #259260
Complementary color
Monochromatic Colors of #259260
Black with #259260
Text Example
Text Example
White with #259260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #259260; }
p { color: rgb(37,146,96); }
H1.HeaderClassName
{
color: #259260;
}
.AnyTagClassName
{
color: #259260;
}
</style>
background-color css
<style>
a { background-color: #259260; }
a { background-color: rgb(37,146,96); }
div.DivClassName
{
background-color: #259260;
}
.BgClassName
{
background-color: #259260;
}
</style>
border-color css
<style>
span { border-color: #259260; }
span { border-color: rgb(37,146,96); }
td.TdClassName
{
border-color: #259260;
}
.TagClassName
{
border-color: #259260;
}
</style>