Shades of Eden #336A60
Tints of Eden #336A60
RGB
CMYK
RGB Variations
Color information
#336A60 (or 0x336A60) is known color: Eden. HEX triplet: 33, 6A and 60. RGB value is (51,106,96). Sum of RGB (Red+Green+Blue) = 51+106+96=253 (33% of max value = 765). Red value is 51 (20.31% from 255 or 20.16% from 253); Green value is 106 (41.80% from 255 or 41.90% from 253); Blue value is 96 (37.89% from 255 or 37.94% from 253); Max value from RGB is 106 - color contains mainly: green. Hex color #336A60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #336A60 is #CC959F. Grayscale: #585858. Windows color (decimal): -13407648 or 6318643. OLE color: 6318643.
HSL color Cylindrical-coordinate representation of color #336A60: hue angle of 169.09º degrees, saturation: 0.35, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #336A60 is Cyan = 0.52, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 51 | 106 | 96 | - |
| CMYK | 0.52 | 0 | 0.09 | 0.58 |
| HSL | 169.09º | 0.35% | 0.31% | - |
| HSV(B) | 169.09º | 0.52% | 0.42% | - |
| XYZ | 8.63 | 11.86 | 12.9 | - |
| YUV | 88.42 | 132.28 | 101.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 106 | 96 | 0.52 | 0 | 0.09 | 0.58 | 169.09 | 0.35 | 0.31 |
| Hex | 33 | 6A | 60 | 34 | 0 | 9 | 3A | A9 | 23 | 1F |
| Octal | 63 | 152 | 140 | 64 | 0 | 11 | 72 | 251 | 43 | 37 |
| Binary | 110011 | 1101010 | 1100000 | 110100 | 0 | 1001 | 111010 | 10101001 | 100011 | 11111 |
Color Harmonies of #336A60
Complementary color
Monochromatic Colors of #336A60
Black with #336A60
Text Example
Text Example
White with #336A60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #336A60; }
p { color: rgb(51,106,96); }
H1.HeaderClassName
{
color: #336A60;
}
.AnyTagClassName
{
color: #336A60;
}
</style>
background-color css
<style>
a { background-color: #336A60; }
a { background-color: rgb(51,106,96); }
div.DivClassName
{
background-color: #336A60;
}
.BgClassName
{
background-color: #336A60;
}
</style>
border-color css
<style>
span { border-color: #336A60; }
span { border-color: rgb(51,106,96); }
td.TdClassName
{
border-color: #336A60;
}
.TagClassName
{
border-color: #336A60;
}
</style>