Shades of Eucalyptus #329A6B
Tints of Eucalyptus #329A6B
RGB
CMYK
RGB Variations
Color information
#329A6B (or 0x329A6B) is known color: Eucalyptus. HEX triplet: 32, 9A and 6B. RGB value is (50,154,107). Sum of RGB (Red+Green+Blue) = 50+154+107=311 (41% of max value = 765). Red value is 50 (19.92% from 255 or 16.08% from 311); Green value is 154 (60.55% from 255 or 49.52% from 311); Blue value is 107 (42.19% from 255 or 34.41% from 311); Max value from RGB is 154 - color contains mainly: green. Hex color #329A6B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #329A6B is #CD6594. Grayscale: #757575. Windows color (decimal): -13460885 or 7051826. OLE color: 7051826.
HSL color Cylindrical-coordinate representation of color #329A6B: hue angle of 152.88º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #329A6B is Cyan = 0.68, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 50 | 154 | 107 | - |
| CMYK | 0.68 | 0 | 0.31 | 0.40 |
| HSL | 152.88º | 0.51% | 0.4% | - |
| HSV(B) | 152.88º | 0.68% | 0.6% | - |
| XYZ | 15.52 | 24.85 | 17.89 | - |
| YUV | 117.55 | 122.04 | 79.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 154 | 107 | 0.68 | 0 | 0.31 | 0.40 | 152.88 | 0.51 | 0.4 |
| Hex | 32 | 9A | 6B | 44 | 0 | 1F | 28 | 99 | 33 | 28 |
| Octal | 62 | 232 | 153 | 104 | 0 | 37 | 50 | 231 | 63 | 50 |
| Binary | 110010 | 10011010 | 1101011 | 1000100 | 0 | 11111 | 101000 | 10011001 | 110011 | 101000 |
Color Harmonies of #329A6B
Complementary color
Monochromatic Colors of #329A6B
Black with #329A6B
Text Example
Text Example
White with #329A6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #329A6B; }
p { color: rgb(50,154,107); }
H1.HeaderClassName
{
color: #329A6B;
}
.AnyTagClassName
{
color: #329A6B;
}
</style>
background-color css
<style>
a { background-color: #329A6B; }
a { background-color: rgb(50,154,107); }
div.DivClassName
{
background-color: #329A6B;
}
.BgClassName
{
background-color: #329A6B;
}
</style>
border-color css
<style>
span { border-color: #329A6B; }
span { border-color: rgb(50,154,107); }
td.TdClassName
{
border-color: #329A6B;
}
.TagClassName
{
border-color: #329A6B;
}
</style>