Shades of Eucalyptus #339C60
Tints of Eucalyptus #339C60
RGB
CMYK
RGB Variations
Color information
#339C60 (or 0x339C60) is known color: Eucalyptus. HEX triplet: 33, 9C and 60. RGB value is (51,156,96). Sum of RGB (Red+Green+Blue) = 51+156+96=303 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.83% from 303); Green value is 156 (61.33% from 255 or 51.49% from 303); Blue value is 96 (37.89% from 255 or 31.68% from 303); Max value from RGB is 156 - color contains mainly: green. Hex color #339C60 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #339C60 is #CC639F. Grayscale: #757575. Windows color (decimal): -13394848 or 6331443. OLE color: 6331443.
HSL color Cylindrical-coordinate representation of color #339C60: hue angle of 145.71º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #339C60 is Cyan = 0.67, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 51 | 156 | 96 | - |
| CMYK | 0.67 | 0 | 0.38 | 0.39 |
| HSL | 145.71º | 0.51% | 0.41% | - |
| HSV(B) | 145.71º | 0.67% | 0.61% | - |
| XYZ | 15.37 | 25.33 | 15.14 | - |
| YUV | 117.77 | 115.71 | 80.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 156 | 96 | 0.67 | 0 | 0.38 | 0.39 | 145.71 | 0.51 | 0.41 |
| Hex | 33 | 9C | 60 | 43 | 0 | 26 | 27 | 92 | 33 | 29 |
| Octal | 63 | 234 | 140 | 103 | 0 | 46 | 47 | 222 | 63 | 51 |
| Binary | 110011 | 10011100 | 1100000 | 1000011 | 0 | 100110 | 100111 | 10010010 | 110011 | 101001 |
Color Harmonies of #339C60
Complementary color
Monochromatic Colors of #339C60
Black with #339C60
Text Example
Text Example
White with #339C60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #339C60; }
p { color: rgb(51,156,96); }
H1.HeaderClassName
{
color: #339C60;
}
.AnyTagClassName
{
color: #339C60;
}
</style>
background-color css
<style>
a { background-color: #339C60; }
a { background-color: rgb(51,156,96); }
div.DivClassName
{
background-color: #339C60;
}
.BgClassName
{
background-color: #339C60;
}
</style>
border-color css
<style>
span { border-color: #339C60; }
span { border-color: rgb(51,156,96); }
td.TdClassName
{
border-color: #339C60;
}
.TagClassName
{
border-color: #339C60;
}
</style>