Shades of Eden #336E5E
Tints of Eden #336E5E
RGB
CMYK
RGB Variations
Color information
#336E5E (or 0x336E5E) is known color: Eden. HEX triplet: 33, 6E and 5E. RGB value is (51,110,94). Sum of RGB (Red+Green+Blue) = 51+110+94=255 (33% of max value = 765). Red value is 51 (20.31% from 255 or 20% from 255); Green value is 110 (43.36% from 255 or 43.14% from 255); Blue value is 94 (37.11% from 255 or 36.86% from 255); Max value from RGB is 110 - color contains mainly: green. Hex color #336E5E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #336E5E is #CC91A1. Grayscale: #5A5A5A. Windows color (decimal): -13406626 or 6188595. OLE color: 6188595.
HSL color Cylindrical-coordinate representation of color #336E5E: hue angle of 163.73º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #336E5E is Cyan = 0.54, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.57.
Color convert
RGB | 51 | 110 | 94 | - |
CMYK | 0.54 | 0 | 0.15 | 0.57 |
HSL | 163.73º | 0.37% | 0.32% | - |
HSV(B) | 163.73º | 0.54% | 0.43% | - |
XYZ | 8.96 | 12.66 | 12.56 | - |
YUV | 90.54 | 129.95 | 99.8 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 51 | 110 | 94 | 0.54 | 0 | 0.15 | 0.57 | 163.73 | 0.37 | 0.32 |
Hex | 33 | 6E | 5E | 36 | 0 | F | 39 | A4 | 25 | 20 |
Octal | 63 | 156 | 136 | 66 | 0 | 17 | 71 | 244 | 45 | 40 |
Binary | 110011 | 1101110 | 1011110 | 110110 | 0 | 1111 | 111001 | 10100100 | 100101 | 100000 |
Color Harmonies of #336E5E
Complementary color
Monochromatic Colors of #336E5E
Black with #336E5E
Text Example
Text Example
White with #336E5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #336E5E; }
p { color: rgb(51,110,94); }
H1.HeaderClassName
{
color: #336E5E;
}
.AnyTagClassName
{
color: #336E5E;
}
</style>
background-color css
<style>
a { background-color: #336E5E; }
a { background-color: rgb(51,110,94); }
div.DivClassName
{
background-color: #336E5E;
}
.BgClassName
{
background-color: #336E5E;
}
</style>
border-color css
<style>
span { border-color: #336E5E; }
span { border-color: rgb(51,110,94); }
td.TdClassName
{
border-color: #336E5E;
}
.TagClassName
{
border-color: #336E5E;
}
</style>