Shades of Eucalyptus #339872
Tints of Eucalyptus #339872
RGB
CMYK
RGB Variations
Color information
#339872 (or 0x339872) is known color: Eucalyptus. HEX triplet: 33, 98 and 72. RGB value is (51,152,114). Sum of RGB (Red+Green+Blue) = 51+152+114=317 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.09% from 317); Green value is 152 (59.77% from 255 or 47.95% from 317); Blue value is 114 (44.92% from 255 or 35.96% from 317); Max value from RGB is 152 - color contains mainly: green. Hex color #339872 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #339872 is #CC678D. Grayscale: #757575. Windows color (decimal): -13395854 or 7510067. OLE color: 7510067.
HSL color Cylindrical-coordinate representation of color #339872: hue angle of 157.43º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #339872 is Cyan = 0.66, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 51 | 152 | 114 | - |
| CMYK | 0.66 | 0 | 0.25 | 0.40 |
| HSL | 157.43º | 0.5% | 0.4% | - |
| HSV(B) | 157.43º | 0.66% | 0.6% | - |
| XYZ | 15.63 | 24.38 | 19.8 | - |
| YUV | 117.47 | 126.04 | 80.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 152 | 114 | 0.66 | 0 | 0.25 | 0.40 | 157.43 | 0.5 | 0.4 |
| Hex | 33 | 98 | 72 | 42 | 0 | 19 | 28 | 9D | 32 | 28 |
| Octal | 63 | 230 | 162 | 102 | 0 | 31 | 50 | 235 | 62 | 50 |
| Binary | 110011 | 10011000 | 1110010 | 1000010 | 0 | 11001 | 101000 | 10011101 | 110010 | 101000 |
Color Harmonies of #339872
Complementary color
Monochromatic Colors of #339872
Black with #339872
Text Example
Text Example
White with #339872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #339872; }
p { color: rgb(51,152,114); }
H1.HeaderClassName
{
color: #339872;
}
.AnyTagClassName
{
color: #339872;
}
</style>
background-color css
<style>
a { background-color: #339872; }
a { background-color: rgb(51,152,114); }
div.DivClassName
{
background-color: #339872;
}
.BgClassName
{
background-color: #339872;
}
</style>
border-color css
<style>
span { border-color: #339872; }
span { border-color: rgb(51,152,114); }
td.TdClassName
{
border-color: #339872;
}
.TagClassName
{
border-color: #339872;
}
</style>