Shades of Eucalyptus #329465
Tints of Eucalyptus #329465
RGB
CMYK
RGB Variations
Color information
#329465 (or 0x329465) is known color: Eucalyptus. HEX triplet: 32, 94 and 65. RGB value is (50,148,101). Sum of RGB (Red+Green+Blue) = 50+148+101=299 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.72% from 299); Green value is 148 (58.20% from 255 or 49.50% from 299); Blue value is 101 (39.84% from 255 or 33.78% from 299); Max value from RGB is 148 - color contains mainly: green. Hex color #329465 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #329465 is #CD6B9A. Grayscale: #717171. Windows color (decimal): -13462427 or 6657074. OLE color: 6657074.
HSL color Cylindrical-coordinate representation of color #329465: hue angle of 151.22º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #329465 is Cyan = 0.66, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 50 | 148 | 101 | - |
| CMYK | 0.66 | 0 | 0.32 | 0.42 |
| HSL | 151.22º | 0.49% | 0.39% | - |
| HSV(B) | 151.22º | 0.66% | 0.58% | - |
| XYZ | 14.25 | 22.8 | 15.96 | - |
| YUV | 113.34 | 121.03 | 82.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 148 | 101 | 0.66 | 0 | 0.32 | 0.42 | 151.22 | 0.49 | 0.39 |
| Hex | 32 | 94 | 65 | 42 | 0 | 20 | 2A | 97 | 31 | 27 |
| Octal | 62 | 224 | 145 | 102 | 0 | 40 | 52 | 227 | 61 | 47 |
| Binary | 110010 | 10010100 | 1100101 | 1000010 | 0 | 100000 | 101010 | 10010111 | 110001 | 100111 |
Color Harmonies of #329465
Complementary color
Monochromatic Colors of #329465
Black with #329465
Text Example
Text Example
White with #329465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #329465; }
p { color: rgb(50,148,101); }
H1.HeaderClassName
{
color: #329465;
}
.AnyTagClassName
{
color: #329465;
}
</style>
background-color css
<style>
a { background-color: #329465; }
a { background-color: rgb(50,148,101); }
div.DivClassName
{
background-color: #329465;
}
.BgClassName
{
background-color: #329465;
}
</style>
border-color css
<style>
span { border-color: #329465; }
span { border-color: rgb(50,148,101); }
td.TdClassName
{
border-color: #329465;
}
.TagClassName
{
border-color: #329465;
}
</style>