Shades of Spectra #36674F
Tints of Spectra #36674F
RGB
CMYK
RGB Variations
Color information
#36674F (or 0x36674F) is known color: Spectra. HEX triplet: 36, 67 and 4F. RGB value is (54,103,79). Sum of RGB (Red+Green+Blue) = 54+103+79=236 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.88% from 236); Green value is 103 (40.62% from 255 or 43.64% from 236); Blue value is 79 (31.25% from 255 or 33.47% from 236); Max value from RGB is 103 - color contains mainly: green. Hex color #36674F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #36674F is #C998B0. Grayscale: #555555. Windows color (decimal): -13211825 or 5203766. OLE color: 5203766.
HSL color Cylindrical-coordinate representation of color #36674F: hue angle of 150.61º degrees, saturation: 0.31, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #36674F is Cyan = 0.48, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 54 | 103 | 79 | - |
| CMYK | 0.48 | 0 | 0.23 | 0.60 |
| HSL | 150.61º | 0.31% | 0.31% | - |
| HSV(B) | 150.61º | 0.48% | 0.4% | - |
| XYZ | 7.78 | 11.05 | 9.12 | - |
| YUV | 85.61 | 124.27 | 105.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 103 | 79 | 0.48 | 0 | 0.23 | 0.60 | 150.61 | 0.31 | 0.31 |
| Hex | 36 | 67 | 4F | 30 | 0 | 17 | 3C | 97 | 1F | 1F |
| Octal | 66 | 147 | 117 | 60 | 0 | 27 | 74 | 227 | 37 | 37 |
| Binary | 110110 | 1100111 | 1001111 | 110000 | 0 | 10111 | 111100 | 10010111 | 11111 | 11111 |
Color Harmonies of #36674F
Complementary color
Monochromatic Colors of #36674F
Black with #36674F
Text Example
Text Example
White with #36674F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36674F; }
p { color: rgb(54,103,79); }
H1.HeaderClassName
{
color: #36674F;
}
.AnyTagClassName
{
color: #36674F;
}
</style>
background-color css
<style>
a { background-color: #36674F; }
a { background-color: rgb(54,103,79); }
div.DivClassName
{
background-color: #36674F;
}
.BgClassName
{
background-color: #36674F;
}
</style>
border-color css
<style>
span { border-color: #36674F; }
span { border-color: rgb(54,103,79); }
td.TdClassName
{
border-color: #36674F;
}
.TagClassName
{
border-color: #36674F;
}
</style>