Shades of Spectra #36694E
Tints of Spectra #36694E
RGB
CMYK
RGB Variations
Color information
#36694E (or 0x36694E) is known color: Spectra. HEX triplet: 36, 69 and 4E. RGB value is (54,105,78). Sum of RGB (Red+Green+Blue) = 54+105+78=237 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.78% from 237); Green value is 105 (41.41% from 255 or 44.30% from 237); Blue value is 78 (30.86% from 255 or 32.91% from 237); Max value from RGB is 105 - color contains mainly: green. Hex color #36694E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #36694E is #C996B1. Grayscale: #565656. Windows color (decimal): -13211314 or 5138742. OLE color: 5138742.
HSL color Cylindrical-coordinate representation of color #36694E: hue angle of 148.24º degrees, saturation: 0.32, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #36694E is Cyan = 0.49, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 54 | 105 | 78 | - |
| CMYK | 0.49 | 0 | 0.26 | 0.59 |
| HSL | 148.24º | 0.32% | 0.31% | - |
| HSV(B) | 148.24º | 0.49% | 0.41% | - |
| XYZ | 7.95 | 11.44 | 9 | - |
| YUV | 86.67 | 123.1 | 104.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 105 | 78 | 0.49 | 0 | 0.26 | 0.59 | 148.24 | 0.32 | 0.31 |
| Hex | 36 | 69 | 4E | 31 | 0 | 1A | 3B | 94 | 20 | 1F |
| Octal | 66 | 151 | 116 | 61 | 0 | 32 | 73 | 224 | 40 | 37 |
| Binary | 110110 | 1101001 | 1001110 | 110001 | 0 | 11010 | 111011 | 10010100 | 100000 | 11111 |
Color Harmonies of #36694E
Complementary color
Monochromatic Colors of #36694E
Black with #36694E
Text Example
Text Example
White with #36694E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36694E; }
p { color: rgb(54,105,78); }
H1.HeaderClassName
{
color: #36694E;
}
.AnyTagClassName
{
color: #36694E;
}
</style>
background-color css
<style>
a { background-color: #36694E; }
a { background-color: rgb(54,105,78); }
div.DivClassName
{
background-color: #36694E;
}
.BgClassName
{
background-color: #36694E;
}
</style>
border-color css
<style>
span { border-color: #36694E; }
span { border-color: rgb(54,105,78); }
td.TdClassName
{
border-color: #36694E;
}
.TagClassName
{
border-color: #36694E;
}
</style>