Shades of Eucalyptus #339C5B
Tints of Eucalyptus #339C5B
RGB
CMYK
RGB Variations
Color information
#339C5B (or 0x339C5B) is known color: Eucalyptus. HEX triplet: 33, 9C and 5B. RGB value is (51,156,91). Sum of RGB (Red+Green+Blue) = 51+156+91=298 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17.11% from 298); Green value is 156 (61.33% from 255 or 52.35% from 298); Blue value is 91 (35.94% from 255 or 30.54% from 298); Max value from RGB is 156 - color contains mainly: green. Hex color #339C5B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #339C5B is #CC63A4. Grayscale: #757575. Windows color (decimal): -13394853 or 6003763. OLE color: 6003763.
HSL color Cylindrical-coordinate representation of color #339C5B: hue angle of 142.86º 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 #339C5B is Cyan = 0.67, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 51 | 156 | 91 | - |
| CMYK | 0.67 | 0 | 0.42 | 0.39 |
| HSL | 142.86º | 0.51% | 0.41% | - |
| HSV(B) | 142.86º | 0.67% | 0.61% | - |
| XYZ | 15.14 | 25.24 | 13.97 | - |
| YUV | 117.2 | 113.21 | 80.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 156 | 91 | 0.67 | 0 | 0.42 | 0.39 | 142.86 | 0.51 | 0.41 |
| Hex | 33 | 9C | 5B | 43 | 0 | 2A | 27 | 8F | 33 | 29 |
| Octal | 63 | 234 | 133 | 103 | 0 | 52 | 47 | 217 | 63 | 51 |
| Binary | 110011 | 10011100 | 1011011 | 1000011 | 0 | 101010 | 100111 | 10001111 | 110011 | 101001 |
Color Harmonies of #339C5B
Complementary color
Monochromatic Colors of #339C5B
Black with #339C5B
Text Example
Text Example
White with #339C5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #339C5B; }
p { color: rgb(51,156,91); }
H1.HeaderClassName
{
color: #339C5B;
}
.AnyTagClassName
{
color: #339C5B;
}
</style>
background-color css
<style>
a { background-color: #339C5B; }
a { background-color: rgb(51,156,91); }
div.DivClassName
{
background-color: #339C5B;
}
.BgClassName
{
background-color: #339C5B;
}
</style>
border-color css
<style>
span { border-color: #339C5B; }
span { border-color: rgb(51,156,91); }
td.TdClassName
{
border-color: #339C5B;
}
.TagClassName
{
border-color: #339C5B;
}
</style>