Shades of Spectra #366554
Tints of Spectra #366554
RGB
CMYK
RGB Variations
Color information
#366554 (or 0x366554) is known color: Spectra. HEX triplet: 36, 65 and 54. RGB value is (54,101,84). Sum of RGB (Red+Green+Blue) = 54+101+84=239 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.59% from 239); Green value is 101 (39.84% from 255 or 42.26% from 239); Blue value is 84 (33.20% from 255 or 35.15% from 239); Max value from RGB is 101 - color contains mainly: green. Hex color #366554 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #366554 is #C99AAB. Grayscale: #555555. Windows color (decimal): -13212332 or 5530934. OLE color: 5530934.
HSL color Cylindrical-coordinate representation of color #366554: hue angle of 158.3º degrees, saturation: 0.3, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #366554 is Cyan = 0.47, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 54 | 101 | 84 | - |
| CMYK | 0.47 | 0 | 0.17 | 0.60 |
| HSL | 158.3º | 0.3% | 0.3% | - |
| HSV(B) | 158.3º | 0.47% | 0.4% | - |
| XYZ | 7.78 | 10.73 | 10.05 | - |
| YUV | 85.01 | 127.43 | 105.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 101 | 84 | 0.47 | 0 | 0.17 | 0.60 | 158.3 | 0.3 | 0.3 |
| Hex | 36 | 65 | 54 | 2F | 0 | 11 | 3C | 9E | 1E | 1E |
| Octal | 66 | 145 | 124 | 57 | 0 | 21 | 74 | 236 | 36 | 36 |
| Binary | 110110 | 1100101 | 1010100 | 101111 | 0 | 10001 | 111100 | 10011110 | 11110 | 11110 |
Color Harmonies of #366554
Complementary color
Monochromatic Colors of #366554
Black with #366554
Text Example
Text Example
White with #366554
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #366554; }
p { color: rgb(54,101,84); }
H1.HeaderClassName
{
color: #366554;
}
.AnyTagClassName
{
color: #366554;
}
</style>
background-color css
<style>
a { background-color: #366554; }
a { background-color: rgb(54,101,84); }
div.DivClassName
{
background-color: #366554;
}
.BgClassName
{
background-color: #366554;
}
</style>
border-color css
<style>
span { border-color: #366554; }
span { border-color: rgb(54,101,84); }
td.TdClassName
{
border-color: #366554;
}
.TagClassName
{
border-color: #366554;
}
</style>