Shades of Eucalyptus #339B69
Tints of Eucalyptus #339B69
RGB
CMYK
RGB Variations
Color information
#339B69 (or 0x339B69) is known color: Eucalyptus. HEX triplet: 33, 9B and 69. RGB value is (51,155,105). Sum of RGB (Red+Green+Blue) = 51+155+105=311 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.40% from 311); Green value is 155 (60.94% from 255 or 49.84% from 311); Blue value is 105 (41.41% from 255 or 33.76% from 311); Max value from RGB is 155 - color contains mainly: green. Hex color #339B69 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #339B69 is #CC6496. Grayscale: #767676. Windows color (decimal): -13395095 or 6921011. OLE color: 6921011.
HSL color Cylindrical-coordinate representation of color #339B69: hue angle of 151.15º 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 #339B69 is Cyan = 0.67, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 51 | 155 | 105 | - |
| CMYK | 0.67 | 0 | 0.32 | 0.39 |
| HSL | 151.15º | 0.5% | 0.4% | - |
| HSV(B) | 151.15º | 0.67% | 0.61% | - |
| XYZ | 15.64 | 25.17 | 17.4 | - |
| YUV | 118.2 | 120.54 | 80.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 155 | 105 | 0.67 | 0 | 0.32 | 0.39 | 151.15 | 0.5 | 0.4 |
| Hex | 33 | 9B | 69 | 43 | 0 | 20 | 27 | 97 | 32 | 28 |
| Octal | 63 | 233 | 151 | 103 | 0 | 40 | 47 | 227 | 62 | 50 |
| Binary | 110011 | 10011011 | 1101001 | 1000011 | 0 | 100000 | 100111 | 10010111 | 110010 | 101000 |
Color Harmonies of #339B69
Complementary color
Monochromatic Colors of #339B69
Black with #339B69
Text Example
Text Example
White with #339B69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #339B69; }
p { color: rgb(51,155,105); }
H1.HeaderClassName
{
color: #339B69;
}
.AnyTagClassName
{
color: #339B69;
}
</style>
background-color css
<style>
a { background-color: #339B69; }
a { background-color: rgb(51,155,105); }
div.DivClassName
{
background-color: #339B69;
}
.BgClassName
{
background-color: #339B69;
}
</style>
border-color css
<style>
span { border-color: #339B69; }
span { border-color: rgb(51,155,105); }
td.TdClassName
{
border-color: #339B69;
}
.TagClassName
{
border-color: #339B69;
}
</style>