Shades of Spectra #336C51
Tints of Spectra #336C51
RGB
CMYK
RGB Variations
Color information
#336C51 (or 0x336C51) is known color: Spectra. HEX triplet: 33, 6C and 51. RGB value is (51,108,81). Sum of RGB (Red+Green+Blue) = 51+108+81=240 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.25% from 240); Green value is 108 (42.58% from 255 or 45% from 240); Blue value is 81 (32.03% from 255 or 33.75% from 240); Max value from RGB is 108 - color contains mainly: green. Hex color #336C51 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #336C51 is #CC93AE. Grayscale: #575757. Windows color (decimal): -13407151 or 5336115. OLE color: 5336115.
HSL color Cylindrical-coordinate representation of color #336C51: hue angle of 151.58º degrees, saturation: 0.36, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #336C51 is Cyan = 0.53, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 51 | 108 | 81 | - |
| CMYK | 0.53 | 0 | 0.25 | 0.58 |
| HSL | 151.58º | 0.36% | 0.31% | - |
| HSV(B) | 151.58º | 0.53% | 0.42% | - |
| XYZ | 8.21 | 12.02 | 9.67 | - |
| YUV | 87.88 | 124.12 | 101.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 108 | 81 | 0.53 | 0 | 0.25 | 0.58 | 151.58 | 0.36 | 0.31 |
| Hex | 33 | 6C | 51 | 35 | 0 | 19 | 3A | 98 | 24 | 1F |
| Octal | 63 | 154 | 121 | 65 | 0 | 31 | 72 | 230 | 44 | 37 |
| Binary | 110011 | 1101100 | 1010001 | 110101 | 0 | 11001 | 111010 | 10011000 | 100100 | 11111 |
Color Harmonies of #336C51
Complementary color
Monochromatic Colors of #336C51
Black with #336C51
Text Example
Text Example
White with #336C51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #336C51; }
p { color: rgb(51,108,81); }
H1.HeaderClassName
{
color: #336C51;
}
.AnyTagClassName
{
color: #336C51;
}
</style>
background-color css
<style>
a { background-color: #336C51; }
a { background-color: rgb(51,108,81); }
div.DivClassName
{
background-color: #336C51;
}
.BgClassName
{
background-color: #336C51;
}
</style>
border-color css
<style>
span { border-color: #336C51; }
span { border-color: rgb(51,108,81); }
td.TdClassName
{
border-color: #336C51;
}
.TagClassName
{
border-color: #336C51;
}
</style>