Shades of Eucalyptus #329263
Tints of Eucalyptus #329263
RGB
CMYK
RGB Variations
Color information
#329263 (or 0x329263) is known color: Eucalyptus. HEX triplet: 32, 92 and 63. RGB value is (50,146,99). Sum of RGB (Red+Green+Blue) = 50+146+99=295 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.95% from 295); Green value is 146 (57.42% from 255 or 49.49% from 295); Blue value is 99 (39.06% from 255 or 33.56% from 295); Max value from RGB is 146 - color contains mainly: green. Hex color #329263 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #329263 is #CD6D9C. Grayscale: #707070. Windows color (decimal): -13462941 or 6525490. OLE color: 6525490.
HSL color Cylindrical-coordinate representation of color #329263: hue angle of 150.62º 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 #329263 is Cyan = 0.66, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 50 | 146 | 99 | - |
| CMYK | 0.66 | 0 | 0.32 | 0.43 |
| HSL | 150.63º | 0.49% | 0.38% | - |
| HSV(B) | 150.63º | 0.66% | 0.57% | - |
| XYZ | 13.85 | 22.14 | 15.35 | - |
| YUV | 111.94 | 120.7 | 83.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 146 | 99 | 0.66 | 0 | 0.32 | 0.43 | 150.63 | 0.49 | 0.38 |
| Hex | 32 | 92 | 63 | 42 | 0 | 20 | 2B | 97 | 31 | 26 |
| Octal | 62 | 222 | 143 | 102 | 0 | 40 | 53 | 227 | 61 | 46 |
| Binary | 110010 | 10010010 | 1100011 | 1000010 | 0 | 100000 | 101011 | 10010111 | 110001 | 100110 |
Color Harmonies of #329263
Complementary color
Monochromatic Colors of #329263
Black with #329263
Text Example
Text Example
White with #329263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #329263; }
p { color: rgb(50,146,99); }
H1.HeaderClassName
{
color: #329263;
}
.AnyTagClassName
{
color: #329263;
}
</style>
background-color css
<style>
a { background-color: #329263; }
a { background-color: rgb(50,146,99); }
div.DivClassName
{
background-color: #329263;
}
.BgClassName
{
background-color: #329263;
}
</style>
border-color css
<style>
span { border-color: #329263; }
span { border-color: rgb(50,146,99); }
td.TdClassName
{
border-color: #329263;
}
.TagClassName
{
border-color: #329263;
}
</style>