Shades of Spectra #36644D
Tints of Spectra #36644D
RGB
CMYK
RGB Variations
Color information
#36644D (or 0x36644D) is known color: Spectra. HEX triplet: 36, 64 and 4D. RGB value is (54,100,77). Sum of RGB (Red+Green+Blue) = 54+100+77=231 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.38% from 231); Green value is 100 (39.45% from 255 or 43.29% from 231); Blue value is 77 (30.47% from 255 or 33.33% from 231); Max value from RGB is 100 - color contains mainly: green. Hex color #36644D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #36644D is #C99BB2. Grayscale: #535353. Windows color (decimal): -13212595 or 5071926. OLE color: 5071926.
HSL color Cylindrical-coordinate representation of color #36644D: hue angle of 150º degrees, saturation: 0.3, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #36644D is Cyan = 0.46, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 54 | 100 | 77 | - |
| CMYK | 0.46 | 0 | 0.23 | 0.61 |
| HSL | 150º | 0.3% | 0.3% | - |
| HSV(B) | 150º | 0.46% | 0.39% | - |
| XYZ | 7.42 | 10.43 | 8.64 | - |
| YUV | 83.62 | 124.26 | 106.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 100 | 77 | 0.46 | 0 | 0.23 | 0.61 | 150 | 0.3 | 0.3 |
| Hex | 36 | 64 | 4D | 2E | 0 | 17 | 3D | 96 | 1E | 1E |
| Octal | 66 | 144 | 115 | 56 | 0 | 27 | 75 | 226 | 36 | 36 |
| Binary | 110110 | 1100100 | 1001101 | 101110 | 0 | 10111 | 111101 | 10010110 | 11110 | 11110 |
Color Harmonies of #36644D
Complementary color
Monochromatic Colors of #36644D
Black with #36644D
Text Example
Text Example
White with #36644D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36644D; }
p { color: rgb(54,100,77); }
H1.HeaderClassName
{
color: #36644D;
}
.AnyTagClassName
{
color: #36644D;
}
</style>
background-color css
<style>
a { background-color: #36644D; }
a { background-color: rgb(54,100,77); }
div.DivClassName
{
background-color: #36644D;
}
.BgClassName
{
background-color: #36644D;
}
</style>
border-color css
<style>
span { border-color: #36644D; }
span { border-color: rgb(54,100,77); }
td.TdClassName
{
border-color: #36644D;
}
.TagClassName
{
border-color: #36644D;
}
</style>