Shades of Eucalyptus #329962
Tints of Eucalyptus #329962
RGB
CMYK
RGB Variations
Color information
#329962 (or 0x329962) is known color: Eucalyptus. HEX triplet: 32, 99 and 62. RGB value is (50,153,98). Sum of RGB (Red+Green+Blue) = 50+153+98=301 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.61% from 301); Green value is 153 (60.16% from 255 or 50.83% from 301); Blue value is 98 (38.67% from 255 or 32.56% from 301); Max value from RGB is 153 - color contains mainly: green. Hex color #329962 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #329962 is #CD669D. Grayscale: #747474. Windows color (decimal): -13461150 or 6461746. OLE color: 6461746.
HSL color Cylindrical-coordinate representation of color #329962: hue angle of 147.96º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #329962 is Cyan = 0.67, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 50 | 153 | 98 | - |
| CMYK | 0.67 | 0 | 0.36 | 0.4 |
| HSL | 147.96º | 0.51% | 0.4% | - |
| HSV(B) | 147.96º | 0.67% | 0.6% | - |
| XYZ | 14.91 | 24.34 | 15.47 | - |
| YUV | 115.93 | 117.88 | 80.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 153 | 98 | 0.67 | 0 | 0.36 | 0.4 | 147.96 | 0.51 | 0.4 |
| Hex | 32 | 99 | 62 | 43 | 0 | 24 | 28 | 94 | 33 | 28 |
| Octal | 62 | 231 | 142 | 103 | 0 | 44 | 50 | 224 | 63 | 50 |
| Binary | 110010 | 10011001 | 1100010 | 1000011 | 0 | 100100 | 101000 | 10010100 | 110011 | 101000 |
Color Harmonies of #329962
Complementary color
Monochromatic Colors of #329962
Black with #329962
Text Example
Text Example
White with #329962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #329962; }
p { color: rgb(50,153,98); }
H1.HeaderClassName
{
color: #329962;
}
.AnyTagClassName
{
color: #329962;
}
</style>
background-color css
<style>
a { background-color: #329962; }
a { background-color: rgb(50,153,98); }
div.DivClassName
{
background-color: #329962;
}
.BgClassName
{
background-color: #329962;
}
</style>
border-color css
<style>
span { border-color: #329962; }
span { border-color: rgb(50,153,98); }
td.TdClassName
{
border-color: #329962;
}
.TagClassName
{
border-color: #329962;
}
</style>