Shades of Eucalyptus #329F63
Tints of Eucalyptus #329F63
RGB
CMYK
RGB Variations
Color information
#329F63 (or 0x329F63) is known color: Eucalyptus. HEX triplet: 32, 9F and 63. RGB value is (50,159,99). Sum of RGB (Red+Green+Blue) = 50+159+99=308 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.23% from 308); Green value is 159 (62.5% from 255 or 51.62% from 308); Blue value is 99 (39.06% from 255 or 32.14% from 308); Max value from RGB is 159 - color contains mainly: green. Hex color #329F63 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #329F63 is #CD609C. Grayscale: #777777. Windows color (decimal): -13459613 or 6528818. OLE color: 6528818.
HSL color Cylindrical-coordinate representation of color #329F63: hue angle of 146.97º 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 #329F63 is Cyan = 0.69, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 50 | 159 | 99 | - |
| CMYK | 0.69 | 0 | 0.38 | 0.38 |
| HSL | 146.97º | 0.52% | 0.41% | - |
| HSV(B) | 146.97º | 0.69% | 0.62% | - |
| XYZ | 15.97 | 26.38 | 16.05 | - |
| YUV | 119.57 | 116.39 | 78.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 159 | 99 | 0.69 | 0 | 0.38 | 0.38 | 146.97 | 0.52 | 0.41 |
| Hex | 32 | 9F | 63 | 45 | 0 | 26 | 26 | 93 | 34 | 29 |
| Octal | 62 | 237 | 143 | 105 | 0 | 46 | 46 | 223 | 64 | 51 |
| Binary | 110010 | 10011111 | 1100011 | 1000101 | 0 | 100110 | 100110 | 10010011 | 110100 | 101001 |
Color Harmonies of #329F63
Complementary color
Monochromatic Colors of #329F63
Black with #329F63
Text Example
Text Example
White with #329F63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #329F63; }
p { color: rgb(50,159,99); }
H1.HeaderClassName
{
color: #329F63;
}
.AnyTagClassName
{
color: #329F63;
}
</style>
background-color css
<style>
a { background-color: #329F63; }
a { background-color: rgb(50,159,99); }
div.DivClassName
{
background-color: #329F63;
}
.BgClassName
{
background-color: #329F63;
}
</style>
border-color css
<style>
span { border-color: #329F63; }
span { border-color: rgb(50,159,99); }
td.TdClassName
{
border-color: #329F63;
}
.TagClassName
{
border-color: #329F63;
}
</style>