Shades of Eucalyptus #329B5B
Tints of Eucalyptus #329B5B
RGB
CMYK
RGB Variations
Color information
#329B5B (or 0x329B5B) is known color: Eucalyptus. HEX triplet: 32, 9B and 5B. RGB value is (50,155,91). Sum of RGB (Red+Green+Blue) = 50+155+91=296 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.89% from 296); Green value is 155 (60.94% from 255 or 52.36% from 296); Blue value is 91 (35.94% from 255 or 30.74% from 296); Max value from RGB is 155 - color contains mainly: green. Hex color #329B5B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #329B5B is #CD64A4. Grayscale: #747474. Windows color (decimal): -13460645 or 6003506. OLE color: 6003506.
HSL color Cylindrical-coordinate representation of color #329B5B: hue angle of 143.43º 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 #329B5B is Cyan = 0.68, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 50 | 155 | 91 | - |
| CMYK | 0.68 | 0 | 0.41 | 0.39 |
| HSL | 143.43º | 0.51% | 0.4% | - |
| HSV(B) | 143.43º | 0.68% | 0.61% | - |
| XYZ | 14.93 | 24.88 | 13.91 | - |
| YUV | 116.31 | 113.71 | 80.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 155 | 91 | 0.68 | 0 | 0.41 | 0.39 | 143.43 | 0.51 | 0.4 |
| Hex | 32 | 9B | 5B | 44 | 0 | 29 | 27 | 8F | 33 | 28 |
| Octal | 62 | 233 | 133 | 104 | 0 | 51 | 47 | 217 | 63 | 50 |
| Binary | 110010 | 10011011 | 1011011 | 1000100 | 0 | 101001 | 100111 | 10001111 | 110011 | 101000 |
Color Harmonies of #329B5B
Complementary color
Monochromatic Colors of #329B5B
Black with #329B5B
Text Example
Text Example
White with #329B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #329B5B; }
p { color: rgb(50,155,91); }
H1.HeaderClassName
{
color: #329B5B;
}
.AnyTagClassName
{
color: #329B5B;
}
</style>
background-color css
<style>
a { background-color: #329B5B; }
a { background-color: rgb(50,155,91); }
div.DivClassName
{
background-color: #329B5B;
}
.BgClassName
{
background-color: #329B5B;
}
</style>
border-color css
<style>
span { border-color: #329B5B; }
span { border-color: rgb(50,155,91); }
td.TdClassName
{
border-color: #329B5B;
}
.TagClassName
{
border-color: #329B5B;
}
</style>