Shades of Spectra #36594C
Tints of Spectra #36594C
RGB
CMYK
RGB Variations
Color information
#36594C (or 0x36594C) is known color: Spectra. HEX triplet: 36, 59 and 4C. RGB value is (54,89,76). Sum of RGB (Red+Green+Blue) = 54+89+76=219 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24.66% from 219); Green value is 89 (35.16% from 255 or 40.64% from 219); Blue value is 76 (30.08% from 255 or 34.70% from 219); Max value from RGB is 89 - color contains mainly: green. Hex color #36594C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #36594C is #C9A6B3. Grayscale: #4D4D4D. Windows color (decimal): -13215412 or 5003574. OLE color: 5003574.
HSL color Cylindrical-coordinate representation of color #36594C: hue angle of 157.71º degrees, saturation: 0.24, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #36594C is Cyan = 0.39, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 54 | 89 | 76 | - |
| CMYK | 0.39 | 0 | 0.15 | 0.65 |
| HSL | 157.71º | 0.24% | 0.28% | - |
| HSV(B) | 157.71º | 0.39% | 0.35% | - |
| XYZ | 6.4 | 8.45 | 8.13 | - |
| YUV | 77.05 | 127.4 | 111.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 89 | 76 | 0.39 | 0 | 0.15 | 0.65 | 157.71 | 0.24 | 0.28 |
| Hex | 36 | 59 | 4C | 27 | 0 | F | 41 | 9E | 18 | 1C |
| Octal | 66 | 131 | 114 | 47 | 0 | 17 | 101 | 236 | 30 | 34 |
| Binary | 110110 | 1011001 | 1001100 | 100111 | 0 | 1111 | 1000001 | 10011110 | 11000 | 11100 |
Color Harmonies of #36594C
Complementary color
Monochromatic Colors of #36594C
Black with #36594C
Text Example
Text Example
White with #36594C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36594C; }
p { color: rgb(54,89,76); }
H1.HeaderClassName
{
color: #36594C;
}
.AnyTagClassName
{
color: #36594C;
}
</style>
background-color css
<style>
a { background-color: #36594C; }
a { background-color: rgb(54,89,76); }
div.DivClassName
{
background-color: #36594C;
}
.BgClassName
{
background-color: #36594C;
}
</style>
border-color css
<style>
span { border-color: #36594C; }
span { border-color: rgb(54,89,76); }
td.TdClassName
{
border-color: #36594C;
}
.TagClassName
{
border-color: #36594C;
}
</style>