Shades of Eucalyptus #329B69
Tints of Eucalyptus #329B69
RGB
CMYK
RGB Variations
Color information
#329B69 (or 0x329B69) is known color: Eucalyptus. HEX triplet: 32, 9B and 69. RGB value is (50,155,105). Sum of RGB (Red+Green+Blue) = 50+155+105=310 (41% of max value = 765). Red value is 50 (19.92% from 255 or 16.13% from 310); Green value is 155 (60.94% from 255 or 50% from 310); Blue value is 105 (41.41% from 255 or 33.87% from 310); Max value from RGB is 155 - color contains mainly: green. Hex color #329B69 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #329B69 is #CD6496. Grayscale: #757575. Windows color (decimal): -13460631 or 6921010. OLE color: 6921010.
HSL color Cylindrical-coordinate representation of color #329B69: hue angle of 151.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 #329B69 is Cyan = 0.68, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 50 | 155 | 105 | - |
| CMYK | 0.68 | 0 | 0.32 | 0.39 |
| HSL | 151.43º | 0.51% | 0.4% | - |
| HSV(B) | 151.43º | 0.68% | 0.61% | - |
| XYZ | 15.59 | 25.14 | 17.4 | - |
| YUV | 117.91 | 120.71 | 79.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 155 | 105 | 0.68 | 0 | 0.32 | 0.39 | 151.43 | 0.51 | 0.4 |
| Hex | 32 | 9B | 69 | 44 | 0 | 20 | 27 | 97 | 33 | 28 |
| Octal | 62 | 233 | 151 | 104 | 0 | 40 | 47 | 227 | 63 | 50 |
| Binary | 110010 | 10011011 | 1101001 | 1000100 | 0 | 100000 | 100111 | 10010111 | 110011 | 101000 |
Color Harmonies of #329B69
Complementary color
Monochromatic Colors of #329B69
Black with #329B69
Text Example
Text Example
White with #329B69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #329B69; }
p { color: rgb(50,155,105); }
H1.HeaderClassName
{
color: #329B69;
}
.AnyTagClassName
{
color: #329B69;
}
</style>
background-color css
<style>
a { background-color: #329B69; }
a { background-color: rgb(50,155,105); }
div.DivClassName
{
background-color: #329B69;
}
.BgClassName
{
background-color: #329B69;
}
</style>
border-color css
<style>
span { border-color: #329B69; }
span { border-color: rgb(50,155,105); }
td.TdClassName
{
border-color: #329B69;
}
.TagClassName
{
border-color: #329B69;
}
</style>