Shades of Eucalyptus #329763
Tints of Eucalyptus #329763
RGB
CMYK
RGB Variations
Color information
#329763 (or 0x329763) is known color: Eucalyptus. HEX triplet: 32, 97 and 63. RGB value is (50,151,99). Sum of RGB (Red+Green+Blue) = 50+151+99=300 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.67% from 300); Green value is 151 (59.38% from 255 or 50.33% from 300); Blue value is 99 (39.06% from 255 or 33% from 300); Max value from RGB is 151 - color contains mainly: green. Hex color #329763 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #329763 is #CD689C. Grayscale: #727272. Windows color (decimal): -13461661 or 6526770. OLE color: 6526770.
HSL color Cylindrical-coordinate representation of color #329763: hue angle of 149.11º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #329763 is Cyan = 0.67, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 50 | 151 | 99 | - |
| CMYK | 0.67 | 0 | 0.34 | 0.41 |
| HSL | 149.11º | 0.5% | 0.39% | - |
| HSV(B) | 149.11º | 0.67% | 0.59% | - |
| XYZ | 14.63 | 23.71 | 15.61 | - |
| YUV | 114.87 | 119.04 | 81.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 151 | 99 | 0.67 | 0 | 0.34 | 0.41 | 149.11 | 0.5 | 0.39 |
| Hex | 32 | 97 | 63 | 43 | 0 | 22 | 29 | 95 | 32 | 27 |
| Octal | 62 | 227 | 143 | 103 | 0 | 42 | 51 | 225 | 62 | 47 |
| Binary | 110010 | 10010111 | 1100011 | 1000011 | 0 | 100010 | 101001 | 10010101 | 110010 | 100111 |
Color Harmonies of #329763
Complementary color
Monochromatic Colors of #329763
Black with #329763
Text Example
Text Example
White with #329763
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #329763; }
p { color: rgb(50,151,99); }
H1.HeaderClassName
{
color: #329763;
}
.AnyTagClassName
{
color: #329763;
}
</style>
background-color css
<style>
a { background-color: #329763; }
a { background-color: rgb(50,151,99); }
div.DivClassName
{
background-color: #329763;
}
.BgClassName
{
background-color: #329763;
}
</style>
border-color css
<style>
span { border-color: #329763; }
span { border-color: rgb(50,151,99); }
td.TdClassName
{
border-color: #329763;
}
.TagClassName
{
border-color: #329763;
}
</style>