Shades of Eucalyptus #259263
Tints of Eucalyptus #259263
RGB
CMYK
RGB Variations
Color information
#259263 (or 0x259263) is known color: Eucalyptus. HEX triplet: 25, 92 and 63. RGB value is (37,146,99). Sum of RGB (Red+Green+Blue) = 37+146+99=282 (37% of max value = 765). Red value is 37 (14.84% from 255 or 13.12% from 282); Green value is 146 (57.42% from 255 or 51.77% from 282); Blue value is 99 (39.06% from 255 or 35.11% from 282); Max value from RGB is 146 - color contains mainly: green. Hex color #259263 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #259263 is #DA6D9C. Grayscale: #6C6C6C. Windows color (decimal): -14314909 or 6525477. OLE color: 6525477.
HSL color Cylindrical-coordinate representation of color #259263: hue angle of 154.13º 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 #259263 is Cyan = 0.75, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 37 | 146 | 99 | - |
| CMYK | 0.75 | 0 | 0.32 | 0.43 |
| HSL | 154.13º | 0.6% | 0.36% | - |
| HSV(B) | 154.13º | 0.75% | 0.57% | - |
| XYZ | 13.29 | 21.85 | 15.32 | - |
| YUV | 108.05 | 122.89 | 77.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 146 | 99 | 0.75 | 0 | 0.32 | 0.43 | 154.13 | 0.6 | 0.36 |
| Hex | 25 | 92 | 63 | 4B | 0 | 20 | 2B | 9A | 3C | 24 |
| Octal | 45 | 222 | 143 | 113 | 0 | 40 | 53 | 232 | 74 | 44 |
| Binary | 100101 | 10010010 | 1100011 | 1001011 | 0 | 100000 | 101011 | 10011010 | 111100 | 100100 |
Color Harmonies of #259263
Complementary color
Monochromatic Colors of #259263
Black with #259263
Text Example
Text Example
White with #259263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #259263; }
p { color: rgb(37,146,99); }
H1.HeaderClassName
{
color: #259263;
}
.AnyTagClassName
{
color: #259263;
}
</style>
background-color css
<style>
a { background-color: #259263; }
a { background-color: rgb(37,146,99); }
div.DivClassName
{
background-color: #259263;
}
.BgClassName
{
background-color: #259263;
}
</style>
border-color css
<style>
span { border-color: #259263; }
span { border-color: rgb(37,146,99); }
td.TdClassName
{
border-color: #259263;
}
.TagClassName
{
border-color: #259263;
}
</style>