Shades of Eucalyptus #32976F
Tints of Eucalyptus #32976F
RGB
CMYK
RGB Variations
Color information
#32976F (or 0x32976F) is known color: Eucalyptus. HEX triplet: 32, 97 and 6F. RGB value is (50,151,111). Sum of RGB (Red+Green+Blue) = 50+151+111=312 (41% of max value = 765). Red value is 50 (19.92% from 255 or 16.03% from 312); Green value is 151 (59.38% from 255 or 48.40% from 312); Blue value is 111 (43.75% from 255 or 35.58% from 312); Max value from RGB is 151 - color contains mainly: green. Hex color #32976F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32976F is #CD6890. Grayscale: #747474. Windows color (decimal): -13461649 or 7313202. OLE color: 7313202.
HSL color Cylindrical-coordinate representation of color #32976F: hue angle of 156.24º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #32976F is Cyan = 0.67, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 50 | 151 | 111 | - |
| CMYK | 0.67 | 0 | 0.26 | 0.41 |
| HSL | 156.24º | 0.5% | 0.39% | - |
| HSV(B) | 156.24º | 0.67% | 0.59% | - |
| XYZ | 15.25 | 23.96 | 18.86 | - |
| YUV | 116.24 | 125.04 | 80.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 151 | 111 | 0.67 | 0 | 0.26 | 0.41 | 156.24 | 0.5 | 0.39 |
| Hex | 32 | 97 | 6F | 43 | 0 | 1A | 29 | 9C | 32 | 27 |
| Octal | 62 | 227 | 157 | 103 | 0 | 32 | 51 | 234 | 62 | 47 |
| Binary | 110010 | 10010111 | 1101111 | 1000011 | 0 | 11010 | 101001 | 10011100 | 110010 | 100111 |
Color Harmonies of #32976F
Complementary color
Monochromatic Colors of #32976F
Black with #32976F
Text Example
Text Example
White with #32976F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32976F; }
p { color: rgb(50,151,111); }
H1.HeaderClassName
{
color: #32976F;
}
.AnyTagClassName
{
color: #32976F;
}
</style>
background-color css
<style>
a { background-color: #32976F; }
a { background-color: rgb(50,151,111); }
div.DivClassName
{
background-color: #32976F;
}
.BgClassName
{
background-color: #32976F;
}
</style>
border-color css
<style>
span { border-color: #32976F; }
span { border-color: rgb(50,151,111); }
td.TdClassName
{
border-color: #32976F;
}
.TagClassName
{
border-color: #32976F;
}
</style>