Shades of Eucalyptus #339D72
Tints of Eucalyptus #339D72
RGB
CMYK
RGB Variations
Color information
#339D72 (or 0x339D72) is known color: Eucalyptus. HEX triplet: 33, 9D and 72. RGB value is (51,157,114). Sum of RGB (Red+Green+Blue) = 51+157+114=322 (42% of max value = 765). Red value is 51 (20.31% from 255 or 15.84% from 322); Green value is 157 (61.72% from 255 or 48.76% from 322); Blue value is 114 (44.92% from 255 or 35.40% from 322); Max value from RGB is 157 - color contains mainly: green. Hex color #339D72 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #339D72 is #CC628D. Grayscale: #787878. Windows color (decimal): -13394574 or 7511347. OLE color: 7511347.
HSL color Cylindrical-coordinate representation of color #339D72: hue angle of 155.66º 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 #339D72 is Cyan = 0.68, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 51 | 157 | 114 | - |
| CMYK | 0.68 | 0 | 0.27 | 0.38 |
| HSL | 155.66º | 0.51% | 0.41% | - |
| HSV(B) | 155.66º | 0.68% | 0.62% | - |
| XYZ | 16.46 | 26.03 | 20.08 | - |
| YUV | 120.4 | 124.38 | 78.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 157 | 114 | 0.68 | 0 | 0.27 | 0.38 | 155.66 | 0.51 | 0.41 |
| Hex | 33 | 9D | 72 | 44 | 0 | 1B | 26 | 9C | 33 | 29 |
| Octal | 63 | 235 | 162 | 104 | 0 | 33 | 46 | 234 | 63 | 51 |
| Binary | 110011 | 10011101 | 1110010 | 1000100 | 0 | 11011 | 100110 | 10011100 | 110011 | 101001 |
Color Harmonies of #339D72
Complementary color
Monochromatic Colors of #339D72
Black with #339D72
Text Example
Text Example
White with #339D72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #339D72; }
p { color: rgb(51,157,114); }
H1.HeaderClassName
{
color: #339D72;
}
.AnyTagClassName
{
color: #339D72;
}
</style>
background-color css
<style>
a { background-color: #339D72; }
a { background-color: rgb(51,157,114); }
div.DivClassName
{
background-color: #339D72;
}
.BgClassName
{
background-color: #339D72;
}
</style>
border-color css
<style>
span { border-color: #339D72; }
span { border-color: rgb(51,157,114); }
td.TdClassName
{
border-color: #339D72;
}
.TagClassName
{
border-color: #339D72;
}
</style>