Shades of Eucalyptus #329F72
Tints of Eucalyptus #329F72
RGB
CMYK
RGB Variations
Color information
#329F72 (or 0x329F72) is known color: Eucalyptus. HEX triplet: 32, 9F and 72. RGB value is (50,159,114). Sum of RGB (Red+Green+Blue) = 50+159+114=323 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.48% from 323); Green value is 159 (62.5% from 255 or 49.23% from 323); Blue value is 114 (44.92% from 255 or 35.29% from 323); Max value from RGB is 159 - color contains mainly: green. Hex color #329F72 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #329F72 is #CD608D. Grayscale: #797979. Windows color (decimal): -13459598 or 7511858. OLE color: 7511858.
HSL color Cylindrical-coordinate representation of color #329F72: hue angle of 155.23º 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 #329F72 is Cyan = 0.69, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 50 | 159 | 114 | - |
| CMYK | 0.69 | 0 | 0.28 | 0.38 |
| HSL | 155.23º | 0.52% | 0.41% | - |
| HSV(B) | 155.23º | 0.69% | 0.62% | - |
| XYZ | 16.75 | 26.69 | 20.19 | - |
| YUV | 121.28 | 123.89 | 77.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 159 | 114 | 0.69 | 0 | 0.28 | 0.38 | 155.23 | 0.52 | 0.41 |
| Hex | 32 | 9F | 72 | 45 | 0 | 1C | 26 | 9B | 34 | 29 |
| Octal | 62 | 237 | 162 | 105 | 0 | 34 | 46 | 233 | 64 | 51 |
| Binary | 110010 | 10011111 | 1110010 | 1000101 | 0 | 11100 | 100110 | 10011011 | 110100 | 101001 |
Color Harmonies of #329F72
Complementary color
Monochromatic Colors of #329F72
Black with #329F72
Text Example
Text Example
White with #329F72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #329F72; }
p { color: rgb(50,159,114); }
H1.HeaderClassName
{
color: #329F72;
}
.AnyTagClassName
{
color: #329F72;
}
</style>
background-color css
<style>
a { background-color: #329F72; }
a { background-color: rgb(50,159,114); }
div.DivClassName
{
background-color: #329F72;
}
.BgClassName
{
background-color: #329F72;
}
</style>
border-color css
<style>
span { border-color: #329F72; }
span { border-color: rgb(50,159,114); }
td.TdClassName
{
border-color: #329F72;
}
.TagClassName
{
border-color: #329F72;
}
</style>