Shades of Eucalyptus #329F5C
Tints of Eucalyptus #329F5C
RGB
CMYK
RGB Variations
Color information
#329F5C (or 0x329F5C) is known color: Eucalyptus. HEX triplet: 32, 9F and 5C. RGB value is (50,159,92). Sum of RGB (Red+Green+Blue) = 50+159+92=301 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.61% from 301); Green value is 159 (62.5% from 255 or 52.82% from 301); Blue value is 92 (36.33% from 255 or 30.56% from 301); Max value from RGB is 159 - color contains mainly: green. Hex color #329F5C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #329F5C is #CD60A3. Grayscale: #767676. Windows color (decimal): -13459620 or 6070066. OLE color: 6070066.
HSL color Cylindrical-coordinate representation of color #329F5C: hue angle of 143.12º 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 #329F5C is Cyan = 0.69, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 50 | 159 | 92 | - |
| CMYK | 0.69 | 0 | 0.42 | 0.38 |
| HSL | 143.12º | 0.52% | 0.41% | - |
| HSV(B) | 143.12º | 0.69% | 0.62% | - |
| XYZ | 15.65 | 26.25 | 14.37 | - |
| YUV | 118.77 | 112.89 | 78.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 159 | 92 | 0.69 | 0 | 0.42 | 0.38 | 143.12 | 0.52 | 0.41 |
| Hex | 32 | 9F | 5C | 45 | 0 | 2A | 26 | 8F | 34 | 29 |
| Octal | 62 | 237 | 134 | 105 | 0 | 52 | 46 | 217 | 64 | 51 |
| Binary | 110010 | 10011111 | 1011100 | 1000101 | 0 | 101010 | 100110 | 10001111 | 110100 | 101001 |
Color Harmonies of #329F5C
Complementary color
Monochromatic Colors of #329F5C
Black with #329F5C
Text Example
Text Example
White with #329F5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #329F5C; }
p { color: rgb(50,159,92); }
H1.HeaderClassName
{
color: #329F5C;
}
.AnyTagClassName
{
color: #329F5C;
}
</style>
background-color css
<style>
a { background-color: #329F5C; }
a { background-color: rgb(50,159,92); }
div.DivClassName
{
background-color: #329F5C;
}
.BgClassName
{
background-color: #329F5C;
}
</style>
border-color css
<style>
span { border-color: #329F5C; }
span { border-color: rgb(50,159,92); }
td.TdClassName
{
border-color: #329F5C;
}
.TagClassName
{
border-color: #329F5C;
}
</style>