Shades of Eucalyptus #339C65
Tints of Eucalyptus #339C65
RGB
CMYK
RGB Variations
Color information
#339C65 (or 0x339C65) is known color: Eucalyptus. HEX triplet: 33, 9C and 65. RGB value is (51,156,101). Sum of RGB (Red+Green+Blue) = 51+156+101=308 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.56% from 308); Green value is 156 (61.33% from 255 or 50.65% from 308); Blue value is 101 (39.84% from 255 or 32.79% from 308); Max value from RGB is 156 - color contains mainly: green. Hex color #339C65 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #339C65 is #CC639A. Grayscale: #767676. Windows color (decimal): -13394843 or 6659123. OLE color: 6659123.
HSL color Cylindrical-coordinate representation of color #339C65: hue angle of 148.57º 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 #339C65 is Cyan = 0.67, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 51 | 156 | 101 | - |
| CMYK | 0.67 | 0 | 0.35 | 0.39 |
| HSL | 148.57º | 0.51% | 0.41% | - |
| HSV(B) | 148.57º | 0.67% | 0.61% | - |
| XYZ | 15.6 | 25.42 | 16.4 | - |
| YUV | 118.34 | 118.21 | 79.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 156 | 101 | 0.67 | 0 | 0.35 | 0.39 | 148.57 | 0.51 | 0.41 |
| Hex | 33 | 9C | 65 | 43 | 0 | 23 | 27 | 95 | 33 | 29 |
| Octal | 63 | 234 | 145 | 103 | 0 | 43 | 47 | 225 | 63 | 51 |
| Binary | 110011 | 10011100 | 1100101 | 1000011 | 0 | 100011 | 100111 | 10010101 | 110011 | 101001 |
Color Harmonies of #339C65
Complementary color
Monochromatic Colors of #339C65
Black with #339C65
Text Example
Text Example
White with #339C65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #339C65; }
p { color: rgb(51,156,101); }
H1.HeaderClassName
{
color: #339C65;
}
.AnyTagClassName
{
color: #339C65;
}
</style>
background-color css
<style>
a { background-color: #339C65; }
a { background-color: rgb(51,156,101); }
div.DivClassName
{
background-color: #339C65;
}
.BgClassName
{
background-color: #339C65;
}
</style>
border-color css
<style>
span { border-color: #339C65; }
span { border-color: rgb(51,156,101); }
td.TdClassName
{
border-color: #339C65;
}
.TagClassName
{
border-color: #339C65;
}
</style>