Shades of Eucalyptus #329268
Tints of Eucalyptus #329268
RGB
CMYK
RGB Variations
Color information
#329268 (or 0x329268) is known color: Eucalyptus. HEX triplet: 32, 92 and 68. RGB value is (50,146,104). Sum of RGB (Red+Green+Blue) = 50+146+104=300 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.67% from 300); Green value is 146 (57.42% from 255 or 48.67% from 300); Blue value is 104 (41.02% from 255 or 34.67% from 300); Max value from RGB is 146 - color contains mainly: green. Hex color #329268 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #329268 is #CD6D97. Grayscale: #707070. Windows color (decimal): -13462936 or 6853170. OLE color: 6853170.
HSL color Cylindrical-coordinate representation of color #329268: hue angle of 153.75º 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 #329268 is Cyan = 0.66, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 50 | 146 | 104 | - |
| CMYK | 0.66 | 0 | 0.29 | 0.43 |
| HSL | 153.75º | 0.49% | 0.38% | - |
| HSV(B) | 153.75º | 0.66% | 0.57% | - |
| XYZ | 14.09 | 22.24 | 16.65 | - |
| YUV | 112.51 | 123.2 | 83.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 146 | 104 | 0.66 | 0 | 0.29 | 0.43 | 153.75 | 0.49 | 0.38 |
| Hex | 32 | 92 | 68 | 42 | 0 | 1D | 2B | 9A | 31 | 26 |
| Octal | 62 | 222 | 150 | 102 | 0 | 35 | 53 | 232 | 61 | 46 |
| Binary | 110010 | 10010010 | 1101000 | 1000010 | 0 | 11101 | 101011 | 10011010 | 110001 | 100110 |
Color Harmonies of #329268
Complementary color
Monochromatic Colors of #329268
Black with #329268
Text Example
Text Example
White with #329268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #329268; }
p { color: rgb(50,146,104); }
H1.HeaderClassName
{
color: #329268;
}
.AnyTagClassName
{
color: #329268;
}
</style>
background-color css
<style>
a { background-color: #329268; }
a { background-color: rgb(50,146,104); }
div.DivClassName
{
background-color: #329268;
}
.BgClassName
{
background-color: #329268;
}
</style>
border-color css
<style>
span { border-color: #329268; }
span { border-color: rgb(50,146,104); }
td.TdClassName
{
border-color: #329268;
}
.TagClassName
{
border-color: #329268;
}
</style>