Shades of Eucalyptus #339E69
Tints of Eucalyptus #339E69
RGB
CMYK
RGB Variations
Color information
#339E69 (or 0x339E69) is known color: Eucalyptus. HEX triplet: 33, 9E and 69. RGB value is (51,158,105). Sum of RGB (Red+Green+Blue) = 51+158+105=314 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.24% from 314); Green value is 158 (62.11% from 255 or 50.32% from 314); Blue value is 105 (41.41% from 255 or 33.44% from 314); Max value from RGB is 158 - color contains mainly: green. Hex color #339E69 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #339E69 is #CC6196. Grayscale: #787878. Windows color (decimal): -13394327 or 6921779. OLE color: 6921779.
HSL color Cylindrical-coordinate representation of color #339E69: hue angle of 150.28º 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 #339E69 is Cyan = 0.68, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 51 | 158 | 105 | - |
| CMYK | 0.68 | 0 | 0.34 | 0.38 |
| HSL | 150.28º | 0.51% | 0.41% | - |
| HSV(B) | 150.28º | 0.68% | 0.62% | - |
| XYZ | 16.14 | 26.18 | 17.57 | - |
| YUV | 119.97 | 119.55 | 78.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 158 | 105 | 0.68 | 0 | 0.34 | 0.38 | 150.28 | 0.51 | 0.41 |
| Hex | 33 | 9E | 69 | 44 | 0 | 22 | 26 | 96 | 33 | 29 |
| Octal | 63 | 236 | 151 | 104 | 0 | 42 | 46 | 226 | 63 | 51 |
| Binary | 110011 | 10011110 | 1101001 | 1000100 | 0 | 100010 | 100110 | 10010110 | 110011 | 101001 |
Color Harmonies of #339E69
Complementary color
Monochromatic Colors of #339E69
Black with #339E69
Text Example
Text Example
White with #339E69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #339E69; }
p { color: rgb(51,158,105); }
H1.HeaderClassName
{
color: #339E69;
}
.AnyTagClassName
{
color: #339E69;
}
</style>
background-color css
<style>
a { background-color: #339E69; }
a { background-color: rgb(51,158,105); }
div.DivClassName
{
background-color: #339E69;
}
.BgClassName
{
background-color: #339E69;
}
</style>
border-color css
<style>
span { border-color: #339E69; }
span { border-color: rgb(51,158,105); }
td.TdClassName
{
border-color: #339E69;
}
.TagClassName
{
border-color: #339E69;
}
</style>