Shades of Eden #336B5D
Tints of Eden #336B5D
RGB
CMYK
RGB Variations
Color information
#336B5D (or 0x336B5D) is known color: Eden. HEX triplet: 33, 6B and 5D. RGB value is (51,107,93). Sum of RGB (Red+Green+Blue) = 51+107+93=251 (33% of max value = 765). Red value is 51 (20.31% from 255 or 20.32% from 251); Green value is 107 (42.19% from 255 or 42.63% from 251); Blue value is 93 (36.72% from 255 or 37.05% from 251); Max value from RGB is 107 - color contains mainly: green. Hex color #336B5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #336B5D is #CC94A2. Grayscale: #585858. Windows color (decimal): -13407395 or 6122291. OLE color: 6122291.
HSL color Cylindrical-coordinate representation of color #336B5D: hue angle of 165º 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 #336B5D is Cyan = 0.52, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 51 | 107 | 93 | - |
| CMYK | 0.52 | 0 | 0.13 | 0.58 |
| HSL | 165º | 0.35% | 0.31% | - |
| HSV(B) | 165º | 0.52% | 0.42% | - |
| XYZ | 8.6 | 12.01 | 12.22 | - |
| YUV | 88.66 | 130.45 | 101.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 107 | 93 | 0.52 | 0 | 0.13 | 0.58 | 165 | 0.35 | 0.31 |
| Hex | 33 | 6B | 5D | 34 | 0 | D | 3A | A5 | 23 | 1F |
| Octal | 63 | 153 | 135 | 64 | 0 | 15 | 72 | 245 | 43 | 37 |
| Binary | 110011 | 1101011 | 1011101 | 110100 | 0 | 1101 | 111010 | 10100101 | 100011 | 11111 |
Color Harmonies of #336B5D
Complementary color
Monochromatic Colors of #336B5D
Black with #336B5D
Text Example
Text Example
White with #336B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #336B5D; }
p { color: rgb(51,107,93); }
H1.HeaderClassName
{
color: #336B5D;
}
.AnyTagClassName
{
color: #336B5D;
}
</style>
background-color css
<style>
a { background-color: #336B5D; }
a { background-color: rgb(51,107,93); }
div.DivClassName
{
background-color: #336B5D;
}
.BgClassName
{
background-color: #336B5D;
}
</style>
border-color css
<style>
span { border-color: #336B5D; }
span { border-color: rgb(51,107,93); }
td.TdClassName
{
border-color: #336B5D;
}
.TagClassName
{
border-color: #336B5D;
}
</style>