Shades of Eucalyptus #32935F
Tints of Eucalyptus #32935F
RGB
CMYK
RGB Variations
Color information
#32935F (or 0x32935F) is known color: Eucalyptus. HEX triplet: 32, 93 and 5F. RGB value is (50,147,95). Sum of RGB (Red+Green+Blue) = 50+147+95=292 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.12% from 292); Green value is 147 (57.81% from 255 or 50.34% from 292); Blue value is 95 (37.5% from 255 or 32.53% from 292); Max value from RGB is 147 - color contains mainly: green. Hex color #32935F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32935F is #CD6CA0. Grayscale: #707070. Windows color (decimal): -13462689 or 6263602. OLE color: 6263602.
HSL color Cylindrical-coordinate representation of color #32935F: hue angle of 147.84º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #32935F is Cyan = 0.66, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 50 | 147 | 95 | - |
| CMYK | 0.66 | 0 | 0.35 | 0.42 |
| HSL | 147.84º | 0.49% | 0.39% | - |
| HSV(B) | 147.84º | 0.66% | 0.58% | - |
| XYZ | 13.81 | 22.37 | 14.42 | - |
| YUV | 112.07 | 118.36 | 83.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 147 | 95 | 0.66 | 0 | 0.35 | 0.42 | 147.84 | 0.49 | 0.39 |
| Hex | 32 | 93 | 5F | 42 | 0 | 23 | 2A | 94 | 31 | 27 |
| Octal | 62 | 223 | 137 | 102 | 0 | 43 | 52 | 224 | 61 | 47 |
| Binary | 110010 | 10010011 | 1011111 | 1000010 | 0 | 100011 | 101010 | 10010100 | 110001 | 100111 |
Color Harmonies of #32935F
Complementary color
Monochromatic Colors of #32935F
Black with #32935F
Text Example
Text Example
White with #32935F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32935F; }
p { color: rgb(50,147,95); }
H1.HeaderClassName
{
color: #32935F;
}
.AnyTagClassName
{
color: #32935F;
}
</style>
background-color css
<style>
a { background-color: #32935F; }
a { background-color: rgb(50,147,95); }
div.DivClassName
{
background-color: #32935F;
}
.BgClassName
{
background-color: #32935F;
}
</style>
border-color css
<style>
span { border-color: #32935F; }
span { border-color: rgb(50,147,95); }
td.TdClassName
{
border-color: #32935F;
}
.TagClassName
{
border-color: #32935F;
}
</style>