Shades of Eucalyptus #32936B
Tints of Eucalyptus #32936B
RGB
CMYK
RGB Variations
Color information
#32936B (or 0x32936B) is known color: Eucalyptus. HEX triplet: 32, 93 and 6B. RGB value is (50,147,107). Sum of RGB (Red+Green+Blue) = 50+147+107=304 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.45% from 304); Green value is 147 (57.81% from 255 or 48.36% from 304); Blue value is 107 (42.19% from 255 or 35.20% from 304); Max value from RGB is 147 - color contains mainly: green. Hex color #32936B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32936B is #CD6C94. Grayscale: #717171. Windows color (decimal): -13462677 or 7050034. OLE color: 7050034.
HSL color Cylindrical-coordinate representation of color #32936B: hue angle of 155.26º 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 #32936B is Cyan = 0.66, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 50 | 147 | 107 | - |
| CMYK | 0.66 | 0 | 0.27 | 0.42 |
| HSL | 155.26º | 0.49% | 0.39% | - |
| HSV(B) | 155.26º | 0.66% | 0.58% | - |
| XYZ | 14.4 | 22.61 | 17.51 | - |
| YUV | 113.44 | 124.36 | 82.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 147 | 107 | 0.66 | 0 | 0.27 | 0.42 | 155.26 | 0.49 | 0.39 |
| Hex | 32 | 93 | 6B | 42 | 0 | 1B | 2A | 9B | 31 | 27 |
| Octal | 62 | 223 | 153 | 102 | 0 | 33 | 52 | 233 | 61 | 47 |
| Binary | 110010 | 10010011 | 1101011 | 1000010 | 0 | 11011 | 101010 | 10011011 | 110001 | 100111 |
Color Harmonies of #32936B
Complementary color
Monochromatic Colors of #32936B
Black with #32936B
Text Example
Text Example
White with #32936B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32936B; }
p { color: rgb(50,147,107); }
H1.HeaderClassName
{
color: #32936B;
}
.AnyTagClassName
{
color: #32936B;
}
</style>
background-color css
<style>
a { background-color: #32936B; }
a { background-color: rgb(50,147,107); }
div.DivClassName
{
background-color: #32936B;
}
.BgClassName
{
background-color: #32936B;
}
</style>
border-color css
<style>
span { border-color: #32936B; }
span { border-color: rgb(50,147,107); }
td.TdClassName
{
border-color: #32936B;
}
.TagClassName
{
border-color: #32936B;
}
</style>