Shades of Eden #33655F
Tints of Eden #33655F
RGB
CMYK
RGB Variations
Color information
#33655F (or 0x33655F) is known color: Eden. HEX triplet: 33, 65 and 5F. RGB value is (51,101,95). Sum of RGB (Red+Green+Blue) = 51+101+95=247 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.65% from 247); Green value is 101 (39.84% from 255 or 40.89% from 247); Blue value is 95 (37.5% from 255 or 38.46% from 247); Max value from RGB is 101 - color contains mainly: green. Hex color #33655F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #33655F is #CC9AA0. Grayscale: #555555. Windows color (decimal): -13408929 or 6251827. OLE color: 6251827.
HSL color Cylindrical-coordinate representation of color #33655F: hue angle of 172.8º degrees, saturation: 0.33, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #33655F is Cyan = 0.50, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 51 | 101 | 95 | - |
| CMYK | 0.50 | 0 | 0.06 | 0.60 |
| HSL | 172.8º | 0.33% | 0.3% | - |
| HSV(B) | 172.8º | 0.5% | 0.4% | - |
| XYZ | 8.08 | 10.84 | 12.49 | - |
| YUV | 85.37 | 133.44 | 103.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 101 | 95 | 0.50 | 0 | 0.06 | 0.60 | 172.8 | 0.33 | 0.3 |
| Hex | 33 | 65 | 5F | 32 | 0 | 6 | 3C | AD | 21 | 1E |
| Octal | 63 | 145 | 137 | 62 | 0 | 6 | 74 | 255 | 41 | 36 |
| Binary | 110011 | 1100101 | 1011111 | 110010 | 0 | 110 | 111100 | 10101101 | 100001 | 11110 |
Color Harmonies of #33655F
Complementary color
Monochromatic Colors of #33655F
Black with #33655F
Text Example
Text Example
White with #33655F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33655F; }
p { color: rgb(51,101,95); }
H1.HeaderClassName
{
color: #33655F;
}
.AnyTagClassName
{
color: #33655F;
}
</style>
background-color css
<style>
a { background-color: #33655F; }
a { background-color: rgb(51,101,95); }
div.DivClassName
{
background-color: #33655F;
}
.BgClassName
{
background-color: #33655F;
}
</style>
border-color css
<style>
span { border-color: #33655F; }
span { border-color: rgb(51,101,95); }
td.TdClassName
{
border-color: #33655F;
}
.TagClassName
{
border-color: #33655F;
}
</style>