Shades of Spectra #336254
Tints of Spectra #336254
RGB
CMYK
RGB Variations
Color information
#336254 (or 0x336254) is known color: Spectra. HEX triplet: 33, 62 and 54. RGB value is (51,98,84). Sum of RGB (Red+Green+Blue) = 51+98+84=233 (30% of max value = 765). Red value is 51 (20.31% from 255 or 21.89% from 233); Green value is 98 (38.67% from 255 or 42.06% from 233); Blue value is 84 (33.20% from 255 or 36.05% from 233); Max value from RGB is 98 - color contains mainly: green. Hex color #336254 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #336254 is #CC9DAB. Grayscale: #525252. Windows color (decimal): -13409708 or 5530163. OLE color: 5530163.
HSL color Cylindrical-coordinate representation of color #336254: hue angle of 162.13º degrees, saturation: 0.32, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #336254 is Cyan = 0.48, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 51 | 98 | 84 | - |
| CMYK | 0.48 | 0 | 0.14 | 0.62 |
| HSL | 162.13º | 0.32% | 0.29% | - |
| HSV(B) | 162.13º | 0.48% | 0.38% | - |
| XYZ | 7.33 | 10.08 | 9.95 | - |
| YUV | 82.35 | 128.93 | 105.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 98 | 84 | 0.48 | 0 | 0.14 | 0.62 | 162.13 | 0.32 | 0.29 |
| Hex | 33 | 62 | 54 | 30 | 0 | E | 3E | A2 | 20 | 1D |
| Octal | 63 | 142 | 124 | 60 | 0 | 16 | 76 | 242 | 40 | 35 |
| Binary | 110011 | 1100010 | 1010100 | 110000 | 0 | 1110 | 111110 | 10100010 | 100000 | 11101 |
Color Harmonies of #336254
Complementary color
Monochromatic Colors of #336254
Black with #336254
Text Example
Text Example
White with #336254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #336254; }
p { color: rgb(51,98,84); }
H1.HeaderClassName
{
color: #336254;
}
.AnyTagClassName
{
color: #336254;
}
</style>
background-color css
<style>
a { background-color: #336254; }
a { background-color: rgb(51,98,84); }
div.DivClassName
{
background-color: #336254;
}
.BgClassName
{
background-color: #336254;
}
</style>
border-color css
<style>
span { border-color: #336254; }
span { border-color: rgb(51,98,84); }
td.TdClassName
{
border-color: #336254;
}
.TagClassName
{
border-color: #336254;
}
</style>