Shades of Spectra #336A53
Tints of Spectra #336A53
RGB
CMYK
RGB Variations
Color information
#336A53 (or 0x336A53) is known color: Spectra. HEX triplet: 33, 6A and 53. RGB value is (51,106,83). Sum of RGB (Red+Green+Blue) = 51+106+83=240 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.25% from 240); Green value is 106 (41.80% from 255 or 44.17% from 240); Blue value is 83 (32.81% from 255 or 34.58% from 240); Max value from RGB is 106 - color contains mainly: green. Hex color #336A53 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #336A53 is #CC95AC. Grayscale: #565656. Windows color (decimal): -13407661 or 5466675. OLE color: 5466675.
HSL color Cylindrical-coordinate representation of color #336A53: hue angle of 154.91º degrees, saturation: 0.35, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #336A53 is Cyan = 0.52, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 51 | 106 | 83 | - |
| CMYK | 0.52 | 0 | 0.22 | 0.58 |
| HSL | 154.91º | 0.35% | 0.31% | - |
| HSV(B) | 154.91º | 0.52% | 0.42% | - |
| XYZ | 8.08 | 11.64 | 10 | - |
| YUV | 86.93 | 125.78 | 102.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 106 | 83 | 0.52 | 0 | 0.22 | 0.58 | 154.91 | 0.35 | 0.31 |
| Hex | 33 | 6A | 53 | 34 | 0 | 16 | 3A | 9B | 23 | 1F |
| Octal | 63 | 152 | 123 | 64 | 0 | 26 | 72 | 233 | 43 | 37 |
| Binary | 110011 | 1101010 | 1010011 | 110100 | 0 | 10110 | 111010 | 10011011 | 100011 | 11111 |
Color Harmonies of #336A53
Complementary color
Monochromatic Colors of #336A53
Black with #336A53
Text Example
Text Example
White with #336A53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #336A53; }
p { color: rgb(51,106,83); }
H1.HeaderClassName
{
color: #336A53;
}
.AnyTagClassName
{
color: #336A53;
}
</style>
background-color css
<style>
a { background-color: #336A53; }
a { background-color: rgb(51,106,83); }
div.DivClassName
{
background-color: #336A53;
}
.BgClassName
{
background-color: #336A53;
}
</style>
border-color css
<style>
span { border-color: #336A53; }
span { border-color: rgb(51,106,83); }
td.TdClassName
{
border-color: #336A53;
}
.TagClassName
{
border-color: #336A53;
}
</style>