Shades of Eucalyptus #339963
Tints of Eucalyptus #339963
RGB
CMYK
RGB Variations
Color information
#339963 (or 0x339963) is known color: Eucalyptus. HEX triplet: 33, 99 and 63. RGB value is (51,153,99). Sum of RGB (Red+Green+Blue) = 51+153+99=303 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.83% from 303); Green value is 153 (60.16% from 255 or 50.50% from 303); Blue value is 99 (39.06% from 255 or 32.67% from 303); Max value from RGB is 153 - color contains mainly: green. Hex color #339963 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #339963 is #CC669C. Grayscale: #747474. Windows color (decimal): -13395613 or 6527283. OLE color: 6527283.
HSL color Cylindrical-coordinate representation of color #339963: hue angle of 148.24º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #339963 is Cyan = 0.67, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 51 | 153 | 99 | - |
| CMYK | 0.67 | 0 | 0.35 | 0.4 |
| HSL | 148.24º | 0.5% | 0.4% | - |
| HSV(B) | 148.24º | 0.67% | 0.6% | - |
| XYZ | 15.01 | 24.39 | 15.72 | - |
| YUV | 116.35 | 118.21 | 81.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 153 | 99 | 0.67 | 0 | 0.35 | 0.4 | 148.24 | 0.5 | 0.4 |
| Hex | 33 | 99 | 63 | 43 | 0 | 23 | 28 | 94 | 32 | 28 |
| Octal | 63 | 231 | 143 | 103 | 0 | 43 | 50 | 224 | 62 | 50 |
| Binary | 110011 | 10011001 | 1100011 | 1000011 | 0 | 100011 | 101000 | 10010100 | 110010 | 101000 |
Color Harmonies of #339963
Complementary color
Monochromatic Colors of #339963
Black with #339963
Text Example
Text Example
White with #339963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #339963; }
p { color: rgb(51,153,99); }
H1.HeaderClassName
{
color: #339963;
}
.AnyTagClassName
{
color: #339963;
}
</style>
background-color css
<style>
a { background-color: #339963; }
a { background-color: rgb(51,153,99); }
div.DivClassName
{
background-color: #339963;
}
.BgClassName
{
background-color: #339963;
}
</style>
border-color css
<style>
span { border-color: #339963; }
span { border-color: rgb(51,153,99); }
td.TdClassName
{
border-color: #339963;
}
.TagClassName
{
border-color: #339963;
}
</style>