Shades of Eucalyptus #339D6C
Tints of Eucalyptus #339D6C
RGB
CMYK
RGB Variations
Color information
#339D6C (or 0x339D6C) is known color: Eucalyptus. HEX triplet: 33, 9D and 6C. RGB value is (51,157,108). Sum of RGB (Red+Green+Blue) = 51+157+108=316 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.14% from 316); Green value is 157 (61.72% from 255 or 49.68% from 316); Blue value is 108 (42.58% from 255 or 34.18% from 316); Max value from RGB is 157 - color contains mainly: green. Hex color #339D6C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #339D6C is #CC6293. Grayscale: #777777. Windows color (decimal): -13394580 or 7118131. OLE color: 7118131.
HSL color Cylindrical-coordinate representation of color #339D6C: hue angle of 152.26º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #339D6C is Cyan = 0.68, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 51 | 157 | 108 | - |
| CMYK | 0.68 | 0 | 0.31 | 0.38 |
| HSL | 152.26º | 0.51% | 0.41% | - |
| HSV(B) | 152.26º | 0.68% | 0.62% | - |
| XYZ | 16.13 | 25.9 | 18.34 | - |
| YUV | 119.72 | 121.38 | 78.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 157 | 108 | 0.68 | 0 | 0.31 | 0.38 | 152.26 | 0.51 | 0.41 |
| Hex | 33 | 9D | 6C | 44 | 0 | 1F | 26 | 98 | 33 | 29 |
| Octal | 63 | 235 | 154 | 104 | 0 | 37 | 46 | 230 | 63 | 51 |
| Binary | 110011 | 10011101 | 1101100 | 1000100 | 0 | 11111 | 100110 | 10011000 | 110011 | 101001 |
Color Harmonies of #339D6C
Complementary color
Monochromatic Colors of #339D6C
Black with #339D6C
Text Example
Text Example
White with #339D6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #339D6C; }
p { color: rgb(51,157,108); }
H1.HeaderClassName
{
color: #339D6C;
}
.AnyTagClassName
{
color: #339D6C;
}
</style>
background-color css
<style>
a { background-color: #339D6C; }
a { background-color: rgb(51,157,108); }
div.DivClassName
{
background-color: #339D6C;
}
.BgClassName
{
background-color: #339D6C;
}
</style>
border-color css
<style>
span { border-color: #339D6C; }
span { border-color: rgb(51,157,108); }
td.TdClassName
{
border-color: #339D6C;
}
.TagClassName
{
border-color: #339D6C;
}
</style>