Shades of Spectra #336750
Tints of Spectra #336750
RGB
CMYK
RGB Variations
Color information
#336750 (or 0x336750) is known color: Spectra. HEX triplet: 33, 67 and 50. RGB value is (51,103,80). Sum of RGB (Red+Green+Blue) = 51+103+80=234 (30% of max value = 765). Red value is 51 (20.31% from 255 or 21.79% from 234); Green value is 103 (40.62% from 255 or 44.02% from 234); Blue value is 80 (31.64% from 255 or 34.19% from 234); Max value from RGB is 103 - color contains mainly: green. Hex color #336750 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #336750 is #CC98AF. Grayscale: #545454. Windows color (decimal): -13408432 or 5269299. OLE color: 5269299.
HSL color Cylindrical-coordinate representation of color #336750: hue angle of 153.46º degrees, saturation: 0.34, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #336750 is Cyan = 0.50, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 51 | 103 | 80 | - |
| CMYK | 0.50 | 0 | 0.22 | 0.60 |
| HSL | 153.46º | 0.34% | 0.3% | - |
| HSV(B) | 153.46º | 0.5% | 0.4% | - |
| XYZ | 7.66 | 10.98 | 9.31 | - |
| YUV | 84.83 | 125.27 | 103.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 103 | 80 | 0.50 | 0 | 0.22 | 0.60 | 153.46 | 0.34 | 0.3 |
| Hex | 33 | 67 | 50 | 32 | 0 | 16 | 3C | 99 | 22 | 1E |
| Octal | 63 | 147 | 120 | 62 | 0 | 26 | 74 | 231 | 42 | 36 |
| Binary | 110011 | 1100111 | 1010000 | 110010 | 0 | 10110 | 111100 | 10011001 | 100010 | 11110 |
Color Harmonies of #336750
Complementary color
Monochromatic Colors of #336750
Black with #336750
Text Example
Text Example
White with #336750
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #336750; }
p { color: rgb(51,103,80); }
H1.HeaderClassName
{
color: #336750;
}
.AnyTagClassName
{
color: #336750;
}
</style>
background-color css
<style>
a { background-color: #336750; }
a { background-color: rgb(51,103,80); }
div.DivClassName
{
background-color: #336750;
}
.BgClassName
{
background-color: #336750;
}
</style>
border-color css
<style>
span { border-color: #336750; }
span { border-color: rgb(51,103,80); }
td.TdClassName
{
border-color: #336750;
}
.TagClassName
{
border-color: #336750;
}
</style>