Shades of Eucalyptus #32935A
Tints of Eucalyptus #32935A
RGB
CMYK
RGB Variations
Color information
#32935A (or 0x32935A) is known color: Eucalyptus. HEX triplet: 32, 93 and 5A. RGB value is (50,147,90). Sum of RGB (Red+Green+Blue) = 50+147+90=287 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.42% from 287); Green value is 147 (57.81% from 255 or 51.22% from 287); Blue value is 90 (35.55% from 255 or 31.36% from 287); Max value from RGB is 147 - color contains mainly: green. Hex color #32935A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32935A is #CD6CA5. Grayscale: #6F6F6F. Windows color (decimal): -13462694 or 5935922. OLE color: 5935922.
HSL color Cylindrical-coordinate representation of color #32935A: hue angle of 144.74º 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 #32935A is Cyan = 0.66, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 50 | 147 | 90 | - |
| CMYK | 0.66 | 0 | 0.39 | 0.42 |
| HSL | 144.74º | 0.49% | 0.39% | - |
| HSV(B) | 144.74º | 0.66% | 0.58% | - |
| XYZ | 13.59 | 22.28 | 13.26 | - |
| YUV | 111.5 | 115.86 | 84.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 147 | 90 | 0.66 | 0 | 0.39 | 0.42 | 144.74 | 0.49 | 0.39 |
| Hex | 32 | 93 | 5A | 42 | 0 | 27 | 2A | 91 | 31 | 27 |
| Octal | 62 | 223 | 132 | 102 | 0 | 47 | 52 | 221 | 61 | 47 |
| Binary | 110010 | 10010011 | 1011010 | 1000010 | 0 | 100111 | 101010 | 10010001 | 110001 | 100111 |
Color Harmonies of #32935A
Complementary color
Monochromatic Colors of #32935A
Black with #32935A
Text Example
Text Example
White with #32935A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32935A; }
p { color: rgb(50,147,90); }
H1.HeaderClassName
{
color: #32935A;
}
.AnyTagClassName
{
color: #32935A;
}
</style>
background-color css
<style>
a { background-color: #32935A; }
a { background-color: rgb(50,147,90); }
div.DivClassName
{
background-color: #32935A;
}
.BgClassName
{
background-color: #32935A;
}
</style>
border-color css
<style>
span { border-color: #32935A; }
span { border-color: rgb(50,147,90); }
td.TdClassName
{
border-color: #32935A;
}
.TagClassName
{
border-color: #32935A;
}
</style>