Shades of Eucalyptus #339663
Tints of Eucalyptus #339663
RGB
CMYK
RGB Variations
Color information
#339663 (or 0x339663) is known color: Eucalyptus. HEX triplet: 33, 96 and 63. RGB value is (51,150,99). Sum of RGB (Red+Green+Blue) = 51+150+99=300 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17% from 300); Green value is 150 (58.98% from 255 or 50% from 300); Blue value is 99 (39.06% from 255 or 33% from 300); Max value from RGB is 150 - color contains mainly: green. Hex color #339663 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #339663 is #CC699C. Grayscale: #727272. Windows color (decimal): -13396381 or 6526515. OLE color: 6526515.
HSL color Cylindrical-coordinate representation of color #339663: hue angle of 149.09º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #339663 is Cyan = 0.66, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 51 | 150 | 99 | - |
| CMYK | 0.66 | 0 | 0.34 | 0.41 |
| HSL | 149.09º | 0.49% | 0.39% | - |
| HSV(B) | 149.09º | 0.66% | 0.59% | - |
| XYZ | 14.52 | 23.42 | 15.56 | - |
| YUV | 114.59 | 119.2 | 82.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 150 | 99 | 0.66 | 0 | 0.34 | 0.41 | 149.09 | 0.49 | 0.39 |
| Hex | 33 | 96 | 63 | 42 | 0 | 22 | 29 | 95 | 31 | 27 |
| Octal | 63 | 226 | 143 | 102 | 0 | 42 | 51 | 225 | 61 | 47 |
| Binary | 110011 | 10010110 | 1100011 | 1000010 | 0 | 100010 | 101001 | 10010101 | 110001 | 100111 |
Color Harmonies of #339663
Complementary color
Monochromatic Colors of #339663
Black with #339663
Text Example
Text Example
White with #339663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #339663; }
p { color: rgb(51,150,99); }
H1.HeaderClassName
{
color: #339663;
}
.AnyTagClassName
{
color: #339663;
}
</style>
background-color css
<style>
a { background-color: #339663; }
a { background-color: rgb(51,150,99); }
div.DivClassName
{
background-color: #339663;
}
.BgClassName
{
background-color: #339663;
}
</style>
border-color css
<style>
span { border-color: #339663; }
span { border-color: rgb(51,150,99); }
td.TdClassName
{
border-color: #339663;
}
.TagClassName
{
border-color: #339663;
}
</style>