Shades of Eucalyptus #329F62
Tints of Eucalyptus #329F62
RGB
CMYK
RGB Variations
Color information
#329F62 (or 0x329F62) is known color: Eucalyptus. HEX triplet: 32, 9F and 62. RGB value is (50,159,98). Sum of RGB (Red+Green+Blue) = 50+159+98=307 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.29% from 307); Green value is 159 (62.5% from 255 or 51.79% from 307); Blue value is 98 (38.67% from 255 or 31.92% from 307); Max value from RGB is 159 - color contains mainly: green. Hex color #329F62 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #329F62 is #CD609D. Grayscale: #777777. Windows color (decimal): -13459614 or 6463282. OLE color: 6463282.
HSL color Cylindrical-coordinate representation of color #329F62: hue angle of 146.42º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #329F62 is Cyan = 0.69, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 50 | 159 | 98 | - |
| CMYK | 0.69 | 0 | 0.38 | 0.38 |
| HSL | 146.42º | 0.52% | 0.41% | - |
| HSV(B) | 146.42º | 0.69% | 0.62% | - |
| XYZ | 15.92 | 26.36 | 15.8 | - |
| YUV | 119.46 | 115.89 | 78.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 159 | 98 | 0.69 | 0 | 0.38 | 0.38 | 146.42 | 0.52 | 0.41 |
| Hex | 32 | 9F | 62 | 45 | 0 | 26 | 26 | 92 | 34 | 29 |
| Octal | 62 | 237 | 142 | 105 | 0 | 46 | 46 | 222 | 64 | 51 |
| Binary | 110010 | 10011111 | 1100010 | 1000101 | 0 | 100110 | 100110 | 10010010 | 110100 | 101001 |
Color Harmonies of #329F62
Complementary color
Monochromatic Colors of #329F62
Black with #329F62
Text Example
Text Example
White with #329F62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #329F62; }
p { color: rgb(50,159,98); }
H1.HeaderClassName
{
color: #329F62;
}
.AnyTagClassName
{
color: #329F62;
}
</style>
background-color css
<style>
a { background-color: #329F62; }
a { background-color: rgb(50,159,98); }
div.DivClassName
{
background-color: #329F62;
}
.BgClassName
{
background-color: #329F62;
}
</style>
border-color css
<style>
span { border-color: #329F62; }
span { border-color: rgb(50,159,98); }
td.TdClassName
{
border-color: #329F62;
}
.TagClassName
{
border-color: #329F62;
}
</style>