Shades of Spectra #36694F
Tints of Spectra #36694F
RGB
CMYK
RGB Variations
Color information
#36694F (or 0x36694F) is known color: Spectra. HEX triplet: 36, 69 and 4F. RGB value is (54,105,79). Sum of RGB (Red+Green+Blue) = 54+105+79=238 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.69% from 238); Green value is 105 (41.41% from 255 or 44.12% from 238); Blue value is 79 (31.25% from 255 or 33.19% from 238); Max value from RGB is 105 - color contains mainly: green. Hex color #36694F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #36694F is #C996B0. Grayscale: #565656. Windows color (decimal): -13211313 or 5204278. OLE color: 5204278.
HSL color Cylindrical-coordinate representation of color #36694F: hue angle of 149.41º 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 #36694F is Cyan = 0.49, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 54 | 105 | 79 | - |
| CMYK | 0.49 | 0 | 0.25 | 0.59 |
| HSL | 149.41º | 0.32% | 0.31% | - |
| HSV(B) | 149.41º | 0.49% | 0.41% | - |
| XYZ | 7.98 | 11.45 | 9.19 | - |
| YUV | 86.79 | 123.6 | 104.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 105 | 79 | 0.49 | 0 | 0.25 | 0.59 | 149.41 | 0.32 | 0.31 |
| Hex | 36 | 69 | 4F | 31 | 0 | 19 | 3B | 95 | 20 | 1F |
| Octal | 66 | 151 | 117 | 61 | 0 | 31 | 73 | 225 | 40 | 37 |
| Binary | 110110 | 1101001 | 1001111 | 110001 | 0 | 11001 | 111011 | 10010101 | 100000 | 11111 |
Color Harmonies of #36694F
Complementary color
Monochromatic Colors of #36694F
Black with #36694F
Text Example
Text Example
White with #36694F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36694F; }
p { color: rgb(54,105,79); }
H1.HeaderClassName
{
color: #36694F;
}
.AnyTagClassName
{
color: #36694F;
}
</style>
background-color css
<style>
a { background-color: #36694F; }
a { background-color: rgb(54,105,79); }
div.DivClassName
{
background-color: #36694F;
}
.BgClassName
{
background-color: #36694F;
}
</style>
border-color css
<style>
span { border-color: #36694F; }
span { border-color: rgb(54,105,79); }
td.TdClassName
{
border-color: #36694F;
}
.TagClassName
{
border-color: #36694F;
}
</style>