Shades of Eucalyptus #329968
Tints of Eucalyptus #329968
RGB
CMYK
RGB Variations
Color information
#329968 (or 0x329968) is known color: Eucalyptus. HEX triplet: 32, 99 and 68. RGB value is (50,153,104). Sum of RGB (Red+Green+Blue) = 50+153+104=307 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.29% from 307); Green value is 153 (60.16% from 255 or 49.84% from 307); Blue value is 104 (41.02% from 255 or 33.88% from 307); Max value from RGB is 153 - color contains mainly: green. Hex color #329968 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #329968 is #CD6697. Grayscale: #747474. Windows color (decimal): -13461144 or 6854962. OLE color: 6854962.
HSL color Cylindrical-coordinate representation of color #329968: hue angle of 151.46º degrees, saturation: 0.51, 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 #329968 is Cyan = 0.67, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 50 | 153 | 104 | - |
| CMYK | 0.67 | 0 | 0.32 | 0.4 |
| HSL | 151.46º | 0.51% | 0.4% | - |
| HSV(B) | 151.46º | 0.67% | 0.6% | - |
| XYZ | 15.21 | 24.46 | 17.02 | - |
| YUV | 116.62 | 120.88 | 80.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 153 | 104 | 0.67 | 0 | 0.32 | 0.4 | 151.46 | 0.51 | 0.4 |
| Hex | 32 | 99 | 68 | 43 | 0 | 20 | 28 | 97 | 33 | 28 |
| Octal | 62 | 231 | 150 | 103 | 0 | 40 | 50 | 227 | 63 | 50 |
| Binary | 110010 | 10011001 | 1101000 | 1000011 | 0 | 100000 | 101000 | 10010111 | 110011 | 101000 |
Color Harmonies of #329968
Complementary color
Monochromatic Colors of #329968
Black with #329968
Text Example
Text Example
White with #329968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #329968; }
p { color: rgb(50,153,104); }
H1.HeaderClassName
{
color: #329968;
}
.AnyTagClassName
{
color: #329968;
}
</style>
background-color css
<style>
a { background-color: #329968; }
a { background-color: rgb(50,153,104); }
div.DivClassName
{
background-color: #329968;
}
.BgClassName
{
background-color: #329968;
}
</style>
border-color css
<style>
span { border-color: #329968; }
span { border-color: rgb(50,153,104); }
td.TdClassName
{
border-color: #329968;
}
.TagClassName
{
border-color: #329968;
}
</style>