Shades of Eucalyptus #329758
Tints of Eucalyptus #329758
RGB
CMYK
RGB Variations
Color information
#329758 (or 0x329758) is known color: Eucalyptus. HEX triplet: 32, 97 and 58. RGB value is (50,151,88). Sum of RGB (Red+Green+Blue) = 50+151+88=289 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.30% from 289); Green value is 151 (59.38% from 255 or 52.25% from 289); Blue value is 88 (34.77% from 255 or 30.45% from 289); Max value from RGB is 151 - color contains mainly: green. Hex color #329758 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #329758 is #CD68A7. Grayscale: #717171. Windows color (decimal): -13461672 or 5805874. OLE color: 5805874.
HSL color Cylindrical-coordinate representation of color #329758: hue angle of 142.57º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #329758 is Cyan = 0.67, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 50 | 151 | 88 | - |
| CMYK | 0.67 | 0 | 0.42 | 0.41 |
| HSL | 142.57º | 0.5% | 0.39% | - |
| HSV(B) | 142.57º | 0.67% | 0.59% | - |
| XYZ | 14.14 | 23.52 | 13.03 | - |
| YUV | 113.62 | 113.54 | 82.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 151 | 88 | 0.67 | 0 | 0.42 | 0.41 | 142.57 | 0.5 | 0.39 |
| Hex | 32 | 97 | 58 | 43 | 0 | 2A | 29 | 8F | 32 | 27 |
| Octal | 62 | 227 | 130 | 103 | 0 | 52 | 51 | 217 | 62 | 47 |
| Binary | 110010 | 10010111 | 1011000 | 1000011 | 0 | 101010 | 101001 | 10001111 | 110010 | 100111 |
Color Harmonies of #329758
Complementary color
Monochromatic Colors of #329758
Black with #329758
Text Example
Text Example
White with #329758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #329758; }
p { color: rgb(50,151,88); }
H1.HeaderClassName
{
color: #329758;
}
.AnyTagClassName
{
color: #329758;
}
</style>
background-color css
<style>
a { background-color: #329758; }
a { background-color: rgb(50,151,88); }
div.DivClassName
{
background-color: #329758;
}
.BgClassName
{
background-color: #329758;
}
</style>
border-color css
<style>
span { border-color: #329758; }
span { border-color: rgb(50,151,88); }
td.TdClassName
{
border-color: #329758;
}
.TagClassName
{
border-color: #329758;
}
</style>