Shades of Eucalyptus #329864
Tints of Eucalyptus #329864
RGB
CMYK
RGB Variations
Color information
#329864 (or 0x329864) is known color: Eucalyptus. HEX triplet: 32, 98 and 64. RGB value is (50,152,100). Sum of RGB (Red+Green+Blue) = 50+152+100=302 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.56% from 302); Green value is 152 (59.77% from 255 or 50.33% from 302); Blue value is 100 (39.45% from 255 or 33.11% from 302); Max value from RGB is 152 - color contains mainly: green. Hex color #329864 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #329864 is #CD679B. Grayscale: #737373. Windows color (decimal): -13461404 or 6592562. OLE color: 6592562.
HSL color Cylindrical-coordinate representation of color #329864: hue angle of 149.41º degrees, saturation: 0.5, 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 #329864 is Cyan = 0.67, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 50 | 152 | 100 | - |
| CMYK | 0.67 | 0 | 0.34 | 0.40 |
| HSL | 149.41º | 0.5% | 0.4% | - |
| HSV(B) | 149.41º | 0.67% | 0.6% | - |
| XYZ | 14.84 | 24.05 | 15.92 | - |
| YUV | 115.57 | 119.21 | 81.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 152 | 100 | 0.67 | 0 | 0.34 | 0.40 | 149.41 | 0.5 | 0.4 |
| Hex | 32 | 98 | 64 | 43 | 0 | 22 | 28 | 95 | 32 | 28 |
| Octal | 62 | 230 | 144 | 103 | 0 | 42 | 50 | 225 | 62 | 50 |
| Binary | 110010 | 10011000 | 1100100 | 1000011 | 0 | 100010 | 101000 | 10010101 | 110010 | 101000 |
Color Harmonies of #329864
Complementary color
Monochromatic Colors of #329864
Black with #329864
Text Example
Text Example
White with #329864
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #329864; }
p { color: rgb(50,152,100); }
H1.HeaderClassName
{
color: #329864;
}
.AnyTagClassName
{
color: #329864;
}
</style>
background-color css
<style>
a { background-color: #329864; }
a { background-color: rgb(50,152,100); }
div.DivClassName
{
background-color: #329864;
}
.BgClassName
{
background-color: #329864;
}
</style>
border-color css
<style>
span { border-color: #329864; }
span { border-color: rgb(50,152,100); }
td.TdClassName
{
border-color: #329864;
}
.TagClassName
{
border-color: #329864;
}
</style>