Shades of Eucalyptus #339969
Tints of Eucalyptus #339969
RGB
CMYK
RGB Variations
Color information
#339969 (or 0x339969) is known color: Eucalyptus. HEX triplet: 33, 99 and 69. RGB value is (51,153,105). Sum of RGB (Red+Green+Blue) = 51+153+105=309 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.50% from 309); Green value is 153 (60.16% from 255 or 49.51% from 309); Blue value is 105 (41.41% from 255 or 33.98% from 309); Max value from RGB is 153 - color contains mainly: green. Hex color #339969 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #339969 is #CC6696. Grayscale: #757575. Windows color (decimal): -13395607 or 6920499. OLE color: 6920499.
HSL color Cylindrical-coordinate representation of color #339969: hue angle of 151.76º 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 #339969 is Cyan = 0.67, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 51 | 153 | 105 | - |
| CMYK | 0.67 | 0 | 0.31 | 0.4 |
| HSL | 151.76º | 0.5% | 0.4% | - |
| HSV(B) | 151.76º | 0.67% | 0.6% | - |
| XYZ | 15.31 | 24.51 | 17.29 | - |
| YUV | 117.03 | 121.21 | 80.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 153 | 105 | 0.67 | 0 | 0.31 | 0.4 | 151.76 | 0.5 | 0.4 |
| Hex | 33 | 99 | 69 | 43 | 0 | 1F | 28 | 98 | 32 | 28 |
| Octal | 63 | 231 | 151 | 103 | 0 | 37 | 50 | 230 | 62 | 50 |
| Binary | 110011 | 10011001 | 1101001 | 1000011 | 0 | 11111 | 101000 | 10011000 | 110010 | 101000 |
Color Harmonies of #339969
Complementary color
Monochromatic Colors of #339969
Black with #339969
Text Example
Text Example
White with #339969
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #339969; }
p { color: rgb(51,153,105); }
H1.HeaderClassName
{
color: #339969;
}
.AnyTagClassName
{
color: #339969;
}
</style>
background-color css
<style>
a { background-color: #339969; }
a { background-color: rgb(51,153,105); }
div.DivClassName
{
background-color: #339969;
}
.BgClassName
{
background-color: #339969;
}
</style>
border-color css
<style>
span { border-color: #339969; }
span { border-color: rgb(51,153,105); }
td.TdClassName
{
border-color: #339969;
}
.TagClassName
{
border-color: #339969;
}
</style>