Shades of Eucalyptus #329369
Tints of Eucalyptus #329369
RGB
CMYK
RGB Variations
Color information
#329369 (or 0x329369) is known color: Eucalyptus. HEX triplet: 32, 93 and 69. RGB value is (50,147,105). Sum of RGB (Red+Green+Blue) = 50+147+105=302 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.56% from 302); Green value is 147 (57.81% from 255 or 48.68% from 302); Blue value is 105 (41.41% from 255 or 34.77% from 302); Max value from RGB is 147 - color contains mainly: green. Hex color #329369 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #329369 is #CD6C96. Grayscale: #717171. Windows color (decimal): -13462679 or 6918962. OLE color: 6918962.
HSL color Cylindrical-coordinate representation of color #329369: hue angle of 154.02º 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 #329369 is Cyan = 0.66, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 50 | 147 | 105 | - |
| CMYK | 0.66 | 0 | 0.29 | 0.42 |
| HSL | 154.02º | 0.49% | 0.39% | - |
| HSV(B) | 154.02º | 0.66% | 0.58% | - |
| XYZ | 14.3 | 22.57 | 16.97 | - |
| YUV | 113.21 | 123.36 | 82.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 147 | 105 | 0.66 | 0 | 0.29 | 0.42 | 154.02 | 0.49 | 0.39 |
| Hex | 32 | 93 | 69 | 42 | 0 | 1D | 2A | 9A | 31 | 27 |
| Octal | 62 | 223 | 151 | 102 | 0 | 35 | 52 | 232 | 61 | 47 |
| Binary | 110010 | 10010011 | 1101001 | 1000010 | 0 | 11101 | 101010 | 10011010 | 110001 | 100111 |
Color Harmonies of #329369
Complementary color
Monochromatic Colors of #329369
Black with #329369
Text Example
Text Example
White with #329369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #329369; }
p { color: rgb(50,147,105); }
H1.HeaderClassName
{
color: #329369;
}
.AnyTagClassName
{
color: #329369;
}
</style>
background-color css
<style>
a { background-color: #329369; }
a { background-color: rgb(50,147,105); }
div.DivClassName
{
background-color: #329369;
}
.BgClassName
{
background-color: #329369;
}
</style>
border-color css
<style>
span { border-color: #329369; }
span { border-color: rgb(50,147,105); }
td.TdClassName
{
border-color: #329369;
}
.TagClassName
{
border-color: #329369;
}
</style>