Shades of Eucalyptus #329264
Tints of Eucalyptus #329264
RGB
CMYK
RGB Variations
Color information
#329264 (or 0x329264) is known color: Eucalyptus. HEX triplet: 32, 92 and 64. RGB value is (50,146,100). Sum of RGB (Red+Green+Blue) = 50+146+100=296 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.89% from 296); Green value is 146 (57.42% from 255 or 49.32% from 296); Blue value is 100 (39.45% from 255 or 33.78% from 296); Max value from RGB is 146 - color contains mainly: green. Hex color #329264 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #329264 is #CD6D9B. Grayscale: #707070. Windows color (decimal): -13462940 or 6591026. OLE color: 6591026.
HSL color Cylindrical-coordinate representation of color #329264: hue angle of 151.25º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #329264 is Cyan = 0.66, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 50 | 146 | 100 | - |
| CMYK | 0.66 | 0 | 0.32 | 0.43 |
| HSL | 151.25º | 0.49% | 0.38% | - |
| HSV(B) | 151.25º | 0.66% | 0.57% | - |
| XYZ | 13.89 | 22.16 | 15.6 | - |
| YUV | 112.05 | 121.2 | 83.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 146 | 100 | 0.66 | 0 | 0.32 | 0.43 | 151.25 | 0.49 | 0.38 |
| Hex | 32 | 92 | 64 | 42 | 0 | 20 | 2B | 97 | 31 | 26 |
| Octal | 62 | 222 | 144 | 102 | 0 | 40 | 53 | 227 | 61 | 46 |
| Binary | 110010 | 10010010 | 1100100 | 1000010 | 0 | 100000 | 101011 | 10010111 | 110001 | 100110 |
Color Harmonies of #329264
Complementary color
Monochromatic Colors of #329264
Black with #329264
Text Example
Text Example
White with #329264
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #329264; }
p { color: rgb(50,146,100); }
H1.HeaderClassName
{
color: #329264;
}
.AnyTagClassName
{
color: #329264;
}
</style>
background-color css
<style>
a { background-color: #329264; }
a { background-color: rgb(50,146,100); }
div.DivClassName
{
background-color: #329264;
}
.BgClassName
{
background-color: #329264;
}
</style>
border-color css
<style>
span { border-color: #329264; }
span { border-color: rgb(50,146,100); }
td.TdClassName
{
border-color: #329264;
}
.TagClassName
{
border-color: #329264;
}
</style>