Shades of Eucalyptus #32935B
Tints of Eucalyptus #32935B
RGB
CMYK
RGB Variations
Color information
#32935B (or 0x32935B) is known color: Eucalyptus. HEX triplet: 32, 93 and 5B. RGB value is (50,147,91). Sum of RGB (Red+Green+Blue) = 50+147+91=288 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.36% from 288); Green value is 147 (57.81% from 255 or 51.04% from 288); Blue value is 91 (35.94% from 255 or 31.60% from 288); Max value from RGB is 147 - color contains mainly: green. Hex color #32935B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32935B is #CD6CA4. Grayscale: #6F6F6F. Windows color (decimal): -13462693 or 6001458. OLE color: 6001458.
HSL color Cylindrical-coordinate representation of color #32935B: hue angle of 145.36º 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 #32935B is Cyan = 0.66, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 50 | 147 | 91 | - |
| CMYK | 0.66 | 0 | 0.38 | 0.42 |
| HSL | 145.36º | 0.49% | 0.39% | - |
| HSV(B) | 145.36º | 0.66% | 0.58% | - |
| XYZ | 13.64 | 22.3 | 13.48 | - |
| YUV | 111.61 | 116.36 | 84.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 147 | 91 | 0.66 | 0 | 0.38 | 0.42 | 145.36 | 0.49 | 0.39 |
| Hex | 32 | 93 | 5B | 42 | 0 | 26 | 2A | 91 | 31 | 27 |
| Octal | 62 | 223 | 133 | 102 | 0 | 46 | 52 | 221 | 61 | 47 |
| Binary | 110010 | 10010011 | 1011011 | 1000010 | 0 | 100110 | 101010 | 10010001 | 110001 | 100111 |
Color Harmonies of #32935B
Complementary color
Monochromatic Colors of #32935B
Black with #32935B
Text Example
Text Example
White with #32935B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32935B; }
p { color: rgb(50,147,91); }
H1.HeaderClassName
{
color: #32935B;
}
.AnyTagClassName
{
color: #32935B;
}
</style>
background-color css
<style>
a { background-color: #32935B; }
a { background-color: rgb(50,147,91); }
div.DivClassName
{
background-color: #32935B;
}
.BgClassName
{
background-color: #32935B;
}
</style>
border-color css
<style>
span { border-color: #32935B; }
span { border-color: rgb(50,147,91); }
td.TdClassName
{
border-color: #32935B;
}
.TagClassName
{
border-color: #32935B;
}
</style>