Shades of Eden #36665C
Tints of Eden #36665C
RGB
CMYK
RGB Variations
Color information
#36665C (or 0x36665C) is known color: Eden. HEX triplet: 36, 66 and 5C. RGB value is (54,102,92). Sum of RGB (Red+Green+Blue) = 54+102+92=248 (32% of max value = 765). Red value is 54 (21.48% from 255 or 21.77% from 248); Green value is 102 (40.23% from 255 or 41.13% from 248); Blue value is 92 (36.33% from 255 or 37.10% from 248); Max value from RGB is 102 - color contains mainly: green. Hex color #36665C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #36665C is #C999A3. Grayscale: #565656. Windows color (decimal): -13212068 or 6055478. OLE color: 6055478.
HSL color Cylindrical-coordinate representation of color #36665C: hue angle of 167.5º degrees, saturation: 0.31, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #36665C is Cyan = 0.47, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 54 | 102 | 92 | - |
| CMYK | 0.47 | 0 | 0.10 | 0.6 |
| HSL | 167.5º | 0.31% | 0.31% | - |
| HSV(B) | 167.5º | 0.47% | 0.4% | - |
| XYZ | 8.2 | 11.06 | 11.83 | - |
| YUV | 86.51 | 131.1 | 104.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 102 | 92 | 0.47 | 0 | 0.10 | 0.6 | 167.5 | 0.31 | 0.31 |
| Hex | 36 | 66 | 5C | 2F | 0 | A | 3C | A8 | 1F | 1F |
| Octal | 66 | 146 | 134 | 57 | 0 | 12 | 74 | 250 | 37 | 37 |
| Binary | 110110 | 1100110 | 1011100 | 101111 | 0 | 1010 | 111100 | 10101000 | 11111 | 11111 |
Color Harmonies of #36665C
Complementary color
Monochromatic Colors of #36665C
Black with #36665C
Text Example
Text Example
White with #36665C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36665C; }
p { color: rgb(54,102,92); }
H1.HeaderClassName
{
color: #36665C;
}
.AnyTagClassName
{
color: #36665C;
}
</style>
background-color css
<style>
a { background-color: #36665C; }
a { background-color: rgb(54,102,92); }
div.DivClassName
{
background-color: #36665C;
}
.BgClassName
{
background-color: #36665C;
}
</style>
border-color css
<style>
span { border-color: #36665C; }
span { border-color: rgb(54,102,92); }
td.TdClassName
{
border-color: #36665C;
}
.TagClassName
{
border-color: #36665C;
}
</style>