Shades of Eucalyptus #329D5D
Tints of Eucalyptus #329D5D
RGB
CMYK
RGB Variations
Color information
#329D5D (or 0x329D5D) is known color: Eucalyptus. HEX triplet: 32, 9D and 5D. RGB value is (50,157,93). Sum of RGB (Red+Green+Blue) = 50+157+93=300 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.67% from 300); Green value is 157 (61.72% from 255 or 52.33% from 300); Blue value is 93 (36.72% from 255 or 31% from 300); Max value from RGB is 157 - color contains mainly: green. Hex color #329D5D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #329D5D is #CD62A2. Grayscale: #757575. Windows color (decimal): -13460131 or 6135090. OLE color: 6135090.
HSL color Cylindrical-coordinate representation of color #329D5D: hue angle of 144.11º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #329D5D is Cyan = 0.68, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 50 | 157 | 93 | - |
| CMYK | 0.68 | 0 | 0.41 | 0.38 |
| HSL | 144.11º | 0.52% | 0.41% | - |
| HSV(B) | 144.11º | 0.68% | 0.62% | - |
| XYZ | 15.35 | 25.58 | 14.48 | - |
| YUV | 117.71 | 114.05 | 79.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 157 | 93 | 0.68 | 0 | 0.41 | 0.38 | 144.11 | 0.52 | 0.41 |
| Hex | 32 | 9D | 5D | 44 | 0 | 29 | 26 | 90 | 34 | 29 |
| Octal | 62 | 235 | 135 | 104 | 0 | 51 | 46 | 220 | 64 | 51 |
| Binary | 110010 | 10011101 | 1011101 | 1000100 | 0 | 101001 | 100110 | 10010000 | 110100 | 101001 |
Color Harmonies of #329D5D
Complementary color
Monochromatic Colors of #329D5D
Black with #329D5D
Text Example
Text Example
White with #329D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #329D5D; }
p { color: rgb(50,157,93); }
H1.HeaderClassName
{
color: #329D5D;
}
.AnyTagClassName
{
color: #329D5D;
}
</style>
background-color css
<style>
a { background-color: #329D5D; }
a { background-color: rgb(50,157,93); }
div.DivClassName
{
background-color: #329D5D;
}
.BgClassName
{
background-color: #329D5D;
}
</style>
border-color css
<style>
span { border-color: #329D5D; }
span { border-color: rgb(50,157,93); }
td.TdClassName
{
border-color: #329D5D;
}
.TagClassName
{
border-color: #329D5D;
}
</style>