Shades of Eden #33655A
Tints of Eden #33655A
RGB
CMYK
RGB Variations
Color information
#33655A (or 0x33655A) is known color: Eden. HEX triplet: 33, 65 and 5A. RGB value is (51,101,90). Sum of RGB (Red+Green+Blue) = 51+101+90=242 (32% of max value = 765). Red value is 51 (20.31% from 255 or 21.07% from 242); Green value is 101 (39.84% from 255 or 41.74% from 242); Blue value is 90 (35.55% from 255 or 37.19% from 242); Max value from RGB is 101 - color contains mainly: green. Hex color #33655A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #33655A is #CC9AA5. Grayscale: #545454. Windows color (decimal): -13408934 or 5924147. OLE color: 5924147.
HSL color Cylindrical-coordinate representation of color #33655A: hue angle of 166.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 #33655A is Cyan = 0.50, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 51 | 101 | 90 | - |
| CMYK | 0.50 | 0 | 0.11 | 0.60 |
| HSL | 166.8º | 0.33% | 0.3% | - |
| HSV(B) | 166.8º | 0.5% | 0.4% | - |
| XYZ | 7.86 | 10.75 | 11.33 | - |
| YUV | 84.8 | 130.94 | 103.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 101 | 90 | 0.50 | 0 | 0.11 | 0.60 | 166.8 | 0.33 | 0.3 |
| Hex | 33 | 65 | 5A | 32 | 0 | B | 3C | A7 | 21 | 1E |
| Octal | 63 | 145 | 132 | 62 | 0 | 13 | 74 | 247 | 41 | 36 |
| Binary | 110011 | 1100101 | 1011010 | 110010 | 0 | 1011 | 111100 | 10100111 | 100001 | 11110 |
Color Harmonies of #33655A
Complementary color
Monochromatic Colors of #33655A
Black with #33655A
Text Example
Text Example
White with #33655A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33655A; }
p { color: rgb(51,101,90); }
H1.HeaderClassName
{
color: #33655A;
}
.AnyTagClassName
{
color: #33655A;
}
</style>
background-color css
<style>
a { background-color: #33655A; }
a { background-color: rgb(51,101,90); }
div.DivClassName
{
background-color: #33655A;
}
.BgClassName
{
background-color: #33655A;
}
</style>
border-color css
<style>
span { border-color: #33655A; }
span { border-color: rgb(51,101,90); }
td.TdClassName
{
border-color: #33655A;
}
.TagClassName
{
border-color: #33655A;
}
</style>