Shades of Eucalyptus #339B5A
Tints of Eucalyptus #339B5A
RGB
CMYK
RGB Variations
Color information
#339B5A (or 0x339B5A) is known color: Eucalyptus. HEX triplet: 33, 9B and 5A. RGB value is (51,155,90). Sum of RGB (Red+Green+Blue) = 51+155+90=296 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17.23% from 296); Green value is 155 (60.94% from 255 or 52.36% from 296); Blue value is 90 (35.55% from 255 or 30.41% from 296); Max value from RGB is 155 - color contains mainly: green. Hex color #339B5A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #339B5A is #CC64A5. Grayscale: #747474. Windows color (decimal): -13395110 or 5937971. OLE color: 5937971.
HSL color Cylindrical-coordinate representation of color #339B5A: hue angle of 142.5º 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 #339B5A is Cyan = 0.67, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 51 | 155 | 90 | - |
| CMYK | 0.67 | 0 | 0.42 | 0.39 |
| HSL | 142.5º | 0.5% | 0.4% | - |
| HSV(B) | 142.5º | 0.67% | 0.61% | - |
| XYZ | 14.93 | 24.88 | 13.69 | - |
| YUV | 116.49 | 113.04 | 81.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 155 | 90 | 0.67 | 0 | 0.42 | 0.39 | 142.5 | 0.5 | 0.4 |
| Hex | 33 | 9B | 5A | 43 | 0 | 2A | 27 | 8E | 32 | 28 |
| Octal | 63 | 233 | 132 | 103 | 0 | 52 | 47 | 216 | 62 | 50 |
| Binary | 110011 | 10011011 | 1011010 | 1000011 | 0 | 101010 | 100111 | 10001110 | 110010 | 101000 |
Color Harmonies of #339B5A
Complementary color
Monochromatic Colors of #339B5A
Black with #339B5A
Text Example
Text Example
White with #339B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #339B5A; }
p { color: rgb(51,155,90); }
H1.HeaderClassName
{
color: #339B5A;
}
.AnyTagClassName
{
color: #339B5A;
}
</style>
background-color css
<style>
a { background-color: #339B5A; }
a { background-color: rgb(51,155,90); }
div.DivClassName
{
background-color: #339B5A;
}
.BgClassName
{
background-color: #339B5A;
}
</style>
border-color css
<style>
span { border-color: #339B5A; }
span { border-color: rgb(51,155,90); }
td.TdClassName
{
border-color: #339B5A;
}
.TagClassName
{
border-color: #339B5A;
}
</style>