Shades of Eucalyptus #32936C
Tints of Eucalyptus #32936C
RGB
CMYK
RGB Variations
Color information
#32936C (or 0x32936C) is known color: Eucalyptus. HEX triplet: 32, 93 and 6C. RGB value is (50,147,108). Sum of RGB (Red+Green+Blue) = 50+147+108=305 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.39% from 305); Green value is 147 (57.81% from 255 or 48.20% from 305); Blue value is 108 (42.58% from 255 or 35.41% from 305); Max value from RGB is 147 - color contains mainly: green. Hex color #32936C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32936C is #CD6C93. Grayscale: #717171. Windows color (decimal): -13462676 or 7115570. OLE color: 7115570.
HSL color Cylindrical-coordinate representation of color #32936C: hue angle of 155.88º 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 #32936C is Cyan = 0.66, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 50 | 147 | 108 | - |
| CMYK | 0.66 | 0 | 0.27 | 0.42 |
| HSL | 155.88º | 0.49% | 0.39% | - |
| HSV(B) | 155.88º | 0.66% | 0.58% | - |
| XYZ | 14.46 | 22.63 | 17.79 | - |
| YUV | 113.55 | 124.86 | 82.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 147 | 108 | 0.66 | 0 | 0.27 | 0.42 | 155.88 | 0.49 | 0.39 |
| Hex | 32 | 93 | 6C | 42 | 0 | 1B | 2A | 9C | 31 | 27 |
| Octal | 62 | 223 | 154 | 102 | 0 | 33 | 52 | 234 | 61 | 47 |
| Binary | 110010 | 10010011 | 1101100 | 1000010 | 0 | 11011 | 101010 | 10011100 | 110001 | 100111 |
Color Harmonies of #32936C
Complementary color
Monochromatic Colors of #32936C
Black with #32936C
Text Example
Text Example
White with #32936C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32936C; }
p { color: rgb(50,147,108); }
H1.HeaderClassName
{
color: #32936C;
}
.AnyTagClassName
{
color: #32936C;
}
</style>
background-color css
<style>
a { background-color: #32936C; }
a { background-color: rgb(50,147,108); }
div.DivClassName
{
background-color: #32936C;
}
.BgClassName
{
background-color: #32936C;
}
</style>
border-color css
<style>
span { border-color: #32936C; }
span { border-color: rgb(50,147,108); }
td.TdClassName
{
border-color: #32936C;
}
.TagClassName
{
border-color: #32936C;
}
</style>