Shades of Eucalyptus #329F5D
Tints of Eucalyptus #329F5D
RGB
CMYK
RGB Variations
Color information
#329F5D (or 0x329F5D) is known color: Eucalyptus. HEX triplet: 32, 9F and 5D. RGB value is (50,159,93). Sum of RGB (Red+Green+Blue) = 50+159+93=302 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.56% from 302); Green value is 159 (62.5% from 255 or 52.65% from 302); Blue value is 93 (36.72% from 255 or 30.79% from 302); Max value from RGB is 159 - color contains mainly: green. Hex color #329F5D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #329F5D is #CD60A2. Grayscale: #777777. Windows color (decimal): -13459619 or 6135602. OLE color: 6135602.
HSL color Cylindrical-coordinate representation of color #329F5D: hue angle of 143.67º 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 #329F5D is Cyan = 0.69, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 50 | 159 | 93 | - |
| CMYK | 0.69 | 0 | 0.42 | 0.38 |
| HSL | 143.67º | 0.52% | 0.41% | - |
| HSV(B) | 143.67º | 0.69% | 0.62% | - |
| XYZ | 15.69 | 26.26 | 14.6 | - |
| YUV | 118.89 | 113.39 | 78.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 159 | 93 | 0.69 | 0 | 0.42 | 0.38 | 143.67 | 0.52 | 0.41 |
| Hex | 32 | 9F | 5D | 45 | 0 | 2A | 26 | 90 | 34 | 29 |
| Octal | 62 | 237 | 135 | 105 | 0 | 52 | 46 | 220 | 64 | 51 |
| Binary | 110010 | 10011111 | 1011101 | 1000101 | 0 | 101010 | 100110 | 10010000 | 110100 | 101001 |
Color Harmonies of #329F5D
Complementary color
Monochromatic Colors of #329F5D
Black with #329F5D
Text Example
Text Example
White with #329F5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #329F5D; }
p { color: rgb(50,159,93); }
H1.HeaderClassName
{
color: #329F5D;
}
.AnyTagClassName
{
color: #329F5D;
}
</style>
background-color css
<style>
a { background-color: #329F5D; }
a { background-color: rgb(50,159,93); }
div.DivClassName
{
background-color: #329F5D;
}
.BgClassName
{
background-color: #329F5D;
}
</style>
border-color css
<style>
span { border-color: #329F5D; }
span { border-color: rgb(50,159,93); }
td.TdClassName
{
border-color: #329F5D;
}
.TagClassName
{
border-color: #329F5D;
}
</style>