Shades of Eucalyptus #259363
Tints of Eucalyptus #259363
RGB
CMYK
RGB Variations
Color information
#259363 (or 0x259363) is known color: Eucalyptus. HEX triplet: 25, 93 and 63. RGB value is (37,147,99). Sum of RGB (Red+Green+Blue) = 37+147+99=283 (37% of max value = 765). Red value is 37 (14.84% from 255 or 13.07% from 283); Green value is 147 (57.81% from 255 or 51.94% from 283); Blue value is 99 (39.06% from 255 or 34.98% from 283); Max value from RGB is 147 - color contains mainly: green. Hex color #259363 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #259363 is #DA6C9C. Grayscale: #6C6C6C. Windows color (decimal): -14314653 or 6525733. OLE color: 6525733.
HSL color Cylindrical-coordinate representation of color #259363: hue angle of 153.82º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #259363 is Cyan = 0.75, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 37 | 147 | 99 | - |
| CMYK | 0.75 | 0 | 0.33 | 0.42 |
| HSL | 153.82º | 0.6% | 0.36% | - |
| HSV(B) | 153.82º | 0.75% | 0.58% | - |
| XYZ | 13.45 | 22.16 | 15.37 | - |
| YUV | 108.64 | 122.56 | 76.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 147 | 99 | 0.75 | 0 | 0.33 | 0.42 | 153.82 | 0.6 | 0.36 |
| Hex | 25 | 93 | 63 | 4B | 0 | 21 | 2A | 9A | 3C | 24 |
| Octal | 45 | 223 | 143 | 113 | 0 | 41 | 52 | 232 | 74 | 44 |
| Binary | 100101 | 10010011 | 1100011 | 1001011 | 0 | 100001 | 101010 | 10011010 | 111100 | 100100 |
Color Harmonies of #259363
Complementary color
Monochromatic Colors of #259363
Black with #259363
Text Example
Text Example
White with #259363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #259363; }
p { color: rgb(37,147,99); }
H1.HeaderClassName
{
color: #259363;
}
.AnyTagClassName
{
color: #259363;
}
</style>
background-color css
<style>
a { background-color: #259363; }
a { background-color: rgb(37,147,99); }
div.DivClassName
{
background-color: #259363;
}
.BgClassName
{
background-color: #259363;
}
</style>
border-color css
<style>
span { border-color: #259363; }
span { border-color: rgb(37,147,99); }
td.TdClassName
{
border-color: #259363;
}
.TagClassName
{
border-color: #259363;
}
</style>