Shades of Eucalyptus #329C5D
Tints of Eucalyptus #329C5D
RGB
CMYK
RGB Variations
Color information
#329C5D (or 0x329C5D) is known color: Eucalyptus. HEX triplet: 32, 9C and 5D. RGB value is (50,156,93). Sum of RGB (Red+Green+Blue) = 50+156+93=299 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.72% from 299); Green value is 156 (61.33% from 255 or 52.17% from 299); Blue value is 93 (36.72% from 255 or 31.10% from 299); Max value from RGB is 156 - color contains mainly: green. Hex color #329C5D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #329C5D is #CD63A2. Grayscale: #757575. Windows color (decimal): -13460387 or 6134834. OLE color: 6134834.
HSL color Cylindrical-coordinate representation of color #329C5D: hue angle of 144.34º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #329C5D is Cyan = 0.68, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 50 | 156 | 93 | - |
| CMYK | 0.68 | 0 | 0.40 | 0.39 |
| HSL | 144.34º | 0.51% | 0.4% | - |
| HSV(B) | 144.34º | 0.68% | 0.61% | - |
| XYZ | 15.18 | 25.25 | 14.43 | - |
| YUV | 117.12 | 114.38 | 80.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 156 | 93 | 0.68 | 0 | 0.40 | 0.39 | 144.34 | 0.51 | 0.4 |
| Hex | 32 | 9C | 5D | 44 | 0 | 28 | 27 | 90 | 33 | 28 |
| Octal | 62 | 234 | 135 | 104 | 0 | 50 | 47 | 220 | 63 | 50 |
| Binary | 110010 | 10011100 | 1011101 | 1000100 | 0 | 101000 | 100111 | 10010000 | 110011 | 101000 |
Color Harmonies of #329C5D
Complementary color
Monochromatic Colors of #329C5D
Black with #329C5D
Text Example
Text Example
White with #329C5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #329C5D; }
p { color: rgb(50,156,93); }
H1.HeaderClassName
{
color: #329C5D;
}
.AnyTagClassName
{
color: #329C5D;
}
</style>
background-color css
<style>
a { background-color: #329C5D; }
a { background-color: rgb(50,156,93); }
div.DivClassName
{
background-color: #329C5D;
}
.BgClassName
{
background-color: #329C5D;
}
</style>
border-color css
<style>
span { border-color: #329C5D; }
span { border-color: rgb(50,156,93); }
td.TdClassName
{
border-color: #329C5D;
}
.TagClassName
{
border-color: #329C5D;
}
</style>