Shades of Eucalyptus #339E5E
Tints of Eucalyptus #339E5E
RGB
CMYK
RGB Variations
Color information
#339E5E (or 0x339E5E) is known color: Eucalyptus. HEX triplet: 33, 9E and 5E. RGB value is (51,158,94). Sum of RGB (Red+Green+Blue) = 51+158+94=303 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.83% from 303); Green value is 158 (62.11% from 255 or 52.15% from 303); Blue value is 94 (37.11% from 255 or 31.02% from 303); Max value from RGB is 158 - color contains mainly: green. Hex color #339E5E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #339E5E is #CC61A1. Grayscale: #767676. Windows color (decimal): -13394338 or 6200883. OLE color: 6200883.
HSL color Cylindrical-coordinate representation of color #339E5E: hue angle of 144.11º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #339E5E is Cyan = 0.68, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 51 | 158 | 94 | - |
| CMYK | 0.68 | 0 | 0.41 | 0.38 |
| HSL | 144.11º | 0.51% | 0.41% | - |
| HSV(B) | 144.11º | 0.68% | 0.62% | - |
| XYZ | 15.61 | 25.97 | 14.78 | - |
| YUV | 118.71 | 114.05 | 79.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 158 | 94 | 0.68 | 0 | 0.41 | 0.38 | 144.11 | 0.51 | 0.41 |
| Hex | 33 | 9E | 5E | 44 | 0 | 29 | 26 | 90 | 33 | 29 |
| Octal | 63 | 236 | 136 | 104 | 0 | 51 | 46 | 220 | 63 | 51 |
| Binary | 110011 | 10011110 | 1011110 | 1000100 | 0 | 101001 | 100110 | 10010000 | 110011 | 101001 |
Color Harmonies of #339E5E
Complementary color
Monochromatic Colors of #339E5E
Black with #339E5E
Text Example
Text Example
White with #339E5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #339E5E; }
p { color: rgb(51,158,94); }
H1.HeaderClassName
{
color: #339E5E;
}
.AnyTagClassName
{
color: #339E5E;
}
</style>
background-color css
<style>
a { background-color: #339E5E; }
a { background-color: rgb(51,158,94); }
div.DivClassName
{
background-color: #339E5E;
}
.BgClassName
{
background-color: #339E5E;
}
</style>
border-color css
<style>
span { border-color: #339E5E; }
span { border-color: rgb(51,158,94); }
td.TdClassName
{
border-color: #339E5E;
}
.TagClassName
{
border-color: #339E5E;
}
</style>