Shades of Eucalyptus #339B68
Tints of Eucalyptus #339B68
RGB
CMYK
RGB Variations
Color information
#339B68 (or 0x339B68) is known color: Eucalyptus. HEX triplet: 33, 9B and 68. RGB value is (51,155,104). Sum of RGB (Red+Green+Blue) = 51+155+104=310 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.45% from 310); Green value is 155 (60.94% from 255 or 50% from 310); Blue value is 104 (41.02% from 255 or 33.55% from 310); Max value from RGB is 155 - color contains mainly: green. Hex color #339B68 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #339B68 is #CC6497. Grayscale: #767676. Windows color (decimal): -13395096 or 6855475. OLE color: 6855475.
HSL color Cylindrical-coordinate representation of color #339B68: hue angle of 150.58º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #339B68 is Cyan = 0.67, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 51 | 155 | 104 | - |
| CMYK | 0.67 | 0 | 0.33 | 0.39 |
| HSL | 150.58º | 0.5% | 0.4% | - |
| HSV(B) | 150.58º | 0.67% | 0.61% | - |
| XYZ | 15.59 | 25.15 | 17.13 | - |
| YUV | 118.09 | 120.04 | 80.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 155 | 104 | 0.67 | 0 | 0.33 | 0.39 | 150.58 | 0.5 | 0.4 |
| Hex | 33 | 9B | 68 | 43 | 0 | 21 | 27 | 97 | 32 | 28 |
| Octal | 63 | 233 | 150 | 103 | 0 | 41 | 47 | 227 | 62 | 50 |
| Binary | 110011 | 10011011 | 1101000 | 1000011 | 0 | 100001 | 100111 | 10010111 | 110010 | 101000 |
Color Harmonies of #339B68
Complementary color
Monochromatic Colors of #339B68
Black with #339B68
Text Example
Text Example
White with #339B68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #339B68; }
p { color: rgb(51,155,104); }
H1.HeaderClassName
{
color: #339B68;
}
.AnyTagClassName
{
color: #339B68;
}
</style>
background-color css
<style>
a { background-color: #339B68; }
a { background-color: rgb(51,155,104); }
div.DivClassName
{
background-color: #339B68;
}
.BgClassName
{
background-color: #339B68;
}
</style>
border-color css
<style>
span { border-color: #339B68; }
span { border-color: rgb(51,155,104); }
td.TdClassName
{
border-color: #339B68;
}
.TagClassName
{
border-color: #339B68;
}
</style>