Shades of Eucalyptus #32995C
Tints of Eucalyptus #32995C
RGB
CMYK
RGB Variations
Color information
#32995C (or 0x32995C) is known color: Eucalyptus. HEX triplet: 32, 99 and 5C. RGB value is (50,153,92). Sum of RGB (Red+Green+Blue) = 50+153+92=295 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.95% from 295); Green value is 153 (60.16% from 255 or 51.86% from 295); Blue value is 92 (36.33% from 255 or 31.19% from 295); Max value from RGB is 153 - color contains mainly: green. Hex color #32995C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32995C is #CD66A3. Grayscale: #737373. Windows color (decimal): -13461156 or 6068530. OLE color: 6068530.
HSL color Cylindrical-coordinate representation of color #32995C: hue angle of 144.47º 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 #32995C is Cyan = 0.67, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 50 | 153 | 92 | - |
| CMYK | 0.67 | 0 | 0.40 | 0.4 |
| HSL | 144.47º | 0.51% | 0.4% | - |
| HSV(B) | 144.47º | 0.67% | 0.6% | - |
| XYZ | 14.64 | 24.23 | 14.03 | - |
| YUV | 115.25 | 114.88 | 81.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 153 | 92 | 0.67 | 0 | 0.40 | 0.4 | 144.47 | 0.51 | 0.4 |
| Hex | 32 | 99 | 5C | 43 | 0 | 28 | 28 | 90 | 33 | 28 |
| Octal | 62 | 231 | 134 | 103 | 0 | 50 | 50 | 220 | 63 | 50 |
| Binary | 110010 | 10011001 | 1011100 | 1000011 | 0 | 101000 | 101000 | 10010000 | 110011 | 101000 |
Color Harmonies of #32995C
Complementary color
Monochromatic Colors of #32995C
Black with #32995C
Text Example
Text Example
White with #32995C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32995C; }
p { color: rgb(50,153,92); }
H1.HeaderClassName
{
color: #32995C;
}
.AnyTagClassName
{
color: #32995C;
}
</style>
background-color css
<style>
a { background-color: #32995C; }
a { background-color: rgb(50,153,92); }
div.DivClassName
{
background-color: #32995C;
}
.BgClassName
{
background-color: #32995C;
}
</style>
border-color css
<style>
span { border-color: #32995C; }
span { border-color: rgb(50,153,92); }
td.TdClassName
{
border-color: #32995C;
}
.TagClassName
{
border-color: #32995C;
}
</style>