Shades of Eucalyptus #329665
Tints of Eucalyptus #329665
RGB
CMYK
RGB Variations
Color information
#329665 (or 0x329665) is known color: Eucalyptus. HEX triplet: 32, 96 and 65. RGB value is (50,150,101). Sum of RGB (Red+Green+Blue) = 50+150+101=301 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.61% from 301); Green value is 150 (58.98% from 255 or 49.83% from 301); Blue value is 101 (39.84% from 255 or 33.55% from 301); Max value from RGB is 150 - color contains mainly: green. Hex color #329665 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #329665 is #CD699A. Grayscale: #727272. Windows color (decimal): -13461915 or 6657586. OLE color: 6657586.
HSL color Cylindrical-coordinate representation of color #329665: hue angle of 150.6º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #329665 is Cyan = 0.67, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 50 | 150 | 101 | - |
| CMYK | 0.67 | 0 | 0.33 | 0.41 |
| HSL | 150.6º | 0.5% | 0.39% | - |
| HSV(B) | 150.6º | 0.67% | 0.59% | - |
| XYZ | 14.57 | 23.43 | 16.07 | - |
| YUV | 114.51 | 120.37 | 81.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 150 | 101 | 0.67 | 0 | 0.33 | 0.41 | 150.6 | 0.5 | 0.39 |
| Hex | 32 | 96 | 65 | 43 | 0 | 21 | 29 | 97 | 32 | 27 |
| Octal | 62 | 226 | 145 | 103 | 0 | 41 | 51 | 227 | 62 | 47 |
| Binary | 110010 | 10010110 | 1100101 | 1000011 | 0 | 100001 | 101001 | 10010111 | 110010 | 100111 |
Color Harmonies of #329665
Complementary color
Monochromatic Colors of #329665
Black with #329665
Text Example
Text Example
White with #329665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #329665; }
p { color: rgb(50,150,101); }
H1.HeaderClassName
{
color: #329665;
}
.AnyTagClassName
{
color: #329665;
}
</style>
background-color css
<style>
a { background-color: #329665; }
a { background-color: rgb(50,150,101); }
div.DivClassName
{
background-color: #329665;
}
.BgClassName
{
background-color: #329665;
}
</style>
border-color css
<style>
span { border-color: #329665; }
span { border-color: rgb(50,150,101); }
td.TdClassName
{
border-color: #329665;
}
.TagClassName
{
border-color: #329665;
}
</style>