Shades of Spectra #36684E
Tints of Spectra #36684E
RGB
CMYK
RGB Variations
Color information
#36684E (or 0x36684E) is known color: Spectra. HEX triplet: 36, 68 and 4E. RGB value is (54,104,78). Sum of RGB (Red+Green+Blue) = 54+104+78=236 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.88% from 236); Green value is 104 (41.02% from 255 or 44.07% from 236); Blue value is 78 (30.86% from 255 or 33.05% from 236); Max value from RGB is 104 - color contains mainly: green. Hex color #36684E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #36684E is #C997B1. Grayscale: #565656. Windows color (decimal): -13211570 or 5138486. OLE color: 5138486.
HSL color Cylindrical-coordinate representation of color #36684E: hue angle of 148.8º degrees, saturation: 0.32, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #36684E is Cyan = 0.48, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 54 | 104 | 78 | - |
| CMYK | 0.48 | 0 | 0.25 | 0.59 |
| HSL | 148.8º | 0.32% | 0.31% | - |
| HSV(B) | 148.8º | 0.48% | 0.41% | - |
| XYZ | 7.85 | 11.23 | 8.96 | - |
| YUV | 86.09 | 123.44 | 105.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 104 | 78 | 0.48 | 0 | 0.25 | 0.59 | 148.8 | 0.32 | 0.31 |
| Hex | 36 | 68 | 4E | 30 | 0 | 19 | 3B | 95 | 20 | 1F |
| Octal | 66 | 150 | 116 | 60 | 0 | 31 | 73 | 225 | 40 | 37 |
| Binary | 110110 | 1101000 | 1001110 | 110000 | 0 | 11001 | 111011 | 10010101 | 100000 | 11111 |
Color Harmonies of #36684E
Complementary color
Monochromatic Colors of #36684E
Black with #36684E
Text Example
Text Example
White with #36684E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36684E; }
p { color: rgb(54,104,78); }
H1.HeaderClassName
{
color: #36684E;
}
.AnyTagClassName
{
color: #36684E;
}
</style>
background-color css
<style>
a { background-color: #36684E; }
a { background-color: rgb(54,104,78); }
div.DivClassName
{
background-color: #36684E;
}
.BgClassName
{
background-color: #36684E;
}
</style>
border-color css
<style>
span { border-color: #36684E; }
span { border-color: rgb(54,104,78); }
td.TdClassName
{
border-color: #36684E;
}
.TagClassName
{
border-color: #36684E;
}
</style>