Shades of Eucalyptus #32995E
Tints of Eucalyptus #32995E
RGB
CMYK
RGB Variations
Color information
#32995E (or 0x32995E) is known color: Eucalyptus. HEX triplet: 32, 99 and 5E. RGB value is (50,153,94). Sum of RGB (Red+Green+Blue) = 50+153+94=297 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.84% from 297); Green value is 153 (60.16% from 255 or 51.52% from 297); Blue value is 94 (37.11% from 255 or 31.65% from 297); Max value from RGB is 153 - color contains mainly: green. Hex color #32995E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32995E is #CD66A1. Grayscale: #737373. Windows color (decimal): -13461154 or 6199602. OLE color: 6199602.
HSL color Cylindrical-coordinate representation of color #32995E: hue angle of 145.63º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #32995E is Cyan = 0.67, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 50 | 153 | 94 | - |
| CMYK | 0.67 | 0 | 0.39 | 0.4 |
| HSL | 145.63º | 0.51% | 0.4% | - |
| HSV(B) | 145.63º | 0.67% | 0.6% | - |
| XYZ | 14.73 | 24.27 | 14.5 | - |
| YUV | 115.48 | 115.88 | 81.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 153 | 94 | 0.67 | 0 | 0.39 | 0.4 | 145.63 | 0.51 | 0.4 |
| Hex | 32 | 99 | 5E | 43 | 0 | 27 | 28 | 92 | 33 | 28 |
| Octal | 62 | 231 | 136 | 103 | 0 | 47 | 50 | 222 | 63 | 50 |
| Binary | 110010 | 10011001 | 1011110 | 1000011 | 0 | 100111 | 101000 | 10010010 | 110011 | 101000 |
Color Harmonies of #32995E
Complementary color
Monochromatic Colors of #32995E
Black with #32995E
Text Example
Text Example
White with #32995E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32995E; }
p { color: rgb(50,153,94); }
H1.HeaderClassName
{
color: #32995E;
}
.AnyTagClassName
{
color: #32995E;
}
</style>
background-color css
<style>
a { background-color: #32995E; }
a { background-color: rgb(50,153,94); }
div.DivClassName
{
background-color: #32995E;
}
.BgClassName
{
background-color: #32995E;
}
</style>
border-color css
<style>
span { border-color: #32995E; }
span { border-color: rgb(50,153,94); }
td.TdClassName
{
border-color: #32995E;
}
.TagClassName
{
border-color: #32995E;
}
</style>