Shades of Spectra #336350
Tints of Spectra #336350
RGB
CMYK
RGB Variations
Color information
#336350 (or 0x336350) is known color: Spectra. HEX triplet: 33, 63 and 50. RGB value is (51,99,80). Sum of RGB (Red+Green+Blue) = 51+99+80=230 (30% of max value = 765). Red value is 51 (20.31% from 255 or 22.17% from 230); Green value is 99 (39.06% from 255 or 43.04% from 230); Blue value is 80 (31.64% from 255 or 34.78% from 230); Max value from RGB is 99 - color contains mainly: green. Hex color #336350 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #336350 is #CC9CAF. Grayscale: #525252. Windows color (decimal): -13409456 or 5268275. OLE color: 5268275.
HSL color Cylindrical-coordinate representation of color #336350: hue angle of 156.25º degrees, saturation: 0.32, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #336350 is Cyan = 0.48, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 51 | 99 | 80 | - |
| CMYK | 0.48 | 0 | 0.19 | 0.61 |
| HSL | 156.25º | 0.32% | 0.29% | - |
| HSV(B) | 156.25º | 0.48% | 0.39% | - |
| XYZ | 7.28 | 10.21 | 9.18 | - |
| YUV | 82.48 | 126.6 | 105.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 99 | 80 | 0.48 | 0 | 0.19 | 0.61 | 156.25 | 0.32 | 0.29 |
| Hex | 33 | 63 | 50 | 30 | 0 | 13 | 3D | 9C | 20 | 1D |
| Octal | 63 | 143 | 120 | 60 | 0 | 23 | 75 | 234 | 40 | 35 |
| Binary | 110011 | 1100011 | 1010000 | 110000 | 0 | 10011 | 111101 | 10011100 | 100000 | 11101 |
Color Harmonies of #336350
Complementary color
Monochromatic Colors of #336350
Black with #336350
Text Example
Text Example
White with #336350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #336350; }
p { color: rgb(51,99,80); }
H1.HeaderClassName
{
color: #336350;
}
.AnyTagClassName
{
color: #336350;
}
</style>
background-color css
<style>
a { background-color: #336350; }
a { background-color: rgb(51,99,80); }
div.DivClassName
{
background-color: #336350;
}
.BgClassName
{
background-color: #336350;
}
</style>
border-color css
<style>
span { border-color: #336350; }
span { border-color: rgb(51,99,80); }
td.TdClassName
{
border-color: #336350;
}
.TagClassName
{
border-color: #336350;
}
</style>