Shades of Eucalyptus #32995F
Tints of Eucalyptus #32995F
RGB
CMYK
RGB Variations
Color information
#32995F (or 0x32995F) is known color: Eucalyptus. HEX triplet: 32, 99 and 5F. RGB value is (50,153,95). Sum of RGB (Red+Green+Blue) = 50+153+95=298 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.78% from 298); Green value is 153 (60.16% from 255 or 51.34% from 298); Blue value is 95 (37.5% from 255 or 31.88% from 298); Max value from RGB is 153 - color contains mainly: green. Hex color #32995F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32995F is #CD66A0. Grayscale: #737373. Windows color (decimal): -13461153 or 6265138. OLE color: 6265138.
HSL color Cylindrical-coordinate representation of color #32995F: hue angle of 146.21º 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 #32995F is Cyan = 0.67, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 50 | 153 | 95 | - |
| CMYK | 0.67 | 0 | 0.38 | 0.4 |
| HSL | 146.21º | 0.51% | 0.4% | - |
| HSV(B) | 146.21º | 0.67% | 0.6% | - |
| XYZ | 14.77 | 24.29 | 14.74 | - |
| YUV | 115.59 | 116.38 | 81.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 153 | 95 | 0.67 | 0 | 0.38 | 0.4 | 146.21 | 0.51 | 0.4 |
| Hex | 32 | 99 | 5F | 43 | 0 | 26 | 28 | 92 | 33 | 28 |
| Octal | 62 | 231 | 137 | 103 | 0 | 46 | 50 | 222 | 63 | 50 |
| Binary | 110010 | 10011001 | 1011111 | 1000011 | 0 | 100110 | 101000 | 10010010 | 110011 | 101000 |
Color Harmonies of #32995F
Complementary color
Monochromatic Colors of #32995F
Black with #32995F
Text Example
Text Example
White with #32995F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32995F; }
p { color: rgb(50,153,95); }
H1.HeaderClassName
{
color: #32995F;
}
.AnyTagClassName
{
color: #32995F;
}
</style>
background-color css
<style>
a { background-color: #32995F; }
a { background-color: rgb(50,153,95); }
div.DivClassName
{
background-color: #32995F;
}
.BgClassName
{
background-color: #32995F;
}
</style>
border-color css
<style>
span { border-color: #32995F; }
span { border-color: rgb(50,153,95); }
td.TdClassName
{
border-color: #32995F;
}
.TagClassName
{
border-color: #32995F;
}
</style>