Shades of Eucalyptus #329F67
Tints of Eucalyptus #329F67
RGB
CMYK
RGB Variations
Color information
#329F67 (or 0x329F67) is known color: Eucalyptus. HEX triplet: 32, 9F and 67. RGB value is (50,159,103). Sum of RGB (Red+Green+Blue) = 50+159+103=312 (41% of max value = 765). Red value is 50 (19.92% from 255 or 16.03% from 312); Green value is 159 (62.5% from 255 or 50.96% from 312); Blue value is 103 (40.62% from 255 or 33.01% from 312); Max value from RGB is 159 - color contains mainly: green. Hex color #329F67 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #329F67 is #CD6098. Grayscale: #787878. Windows color (decimal): -13459609 or 6790962. OLE color: 6790962.
HSL color Cylindrical-coordinate representation of color #329F67: hue angle of 149.17º 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 #329F67 is Cyan = 0.69, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 50 | 159 | 103 | - |
| CMYK | 0.69 | 0 | 0.35 | 0.38 |
| HSL | 149.17º | 0.52% | 0.41% | - |
| HSV(B) | 149.17º | 0.69% | 0.62% | - |
| XYZ | 16.16 | 26.45 | 17.09 | - |
| YUV | 120.03 | 118.39 | 78.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 159 | 103 | 0.69 | 0 | 0.35 | 0.38 | 149.17 | 0.52 | 0.41 |
| Hex | 32 | 9F | 67 | 45 | 0 | 23 | 26 | 95 | 34 | 29 |
| Octal | 62 | 237 | 147 | 105 | 0 | 43 | 46 | 225 | 64 | 51 |
| Binary | 110010 | 10011111 | 1100111 | 1000101 | 0 | 100011 | 100110 | 10010101 | 110100 | 101001 |
Color Harmonies of #329F67
Complementary color
Monochromatic Colors of #329F67
Black with #329F67
Text Example
Text Example
White with #329F67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #329F67; }
p { color: rgb(50,159,103); }
H1.HeaderClassName
{
color: #329F67;
}
.AnyTagClassName
{
color: #329F67;
}
</style>
background-color css
<style>
a { background-color: #329F67; }
a { background-color: rgb(50,159,103); }
div.DivClassName
{
background-color: #329F67;
}
.BgClassName
{
background-color: #329F67;
}
</style>
border-color css
<style>
span { border-color: #329F67; }
span { border-color: rgb(50,159,103); }
td.TdClassName
{
border-color: #329F67;
}
.TagClassName
{
border-color: #329F67;
}
</style>