Shades of Spectra #335948
Tints of Spectra #335948
RGB
CMYK
RGB Variations
Color information
#335948 (or 0x335948) is known color: Spectra. HEX triplet: 33, 59 and 48. RGB value is (51,89,72). Sum of RGB (Red+Green+Blue) = 51+89+72=212 (28% of max value = 765). Red value is 51 (20.31% from 255 or 24.06% from 212); Green value is 89 (35.16% from 255 or 41.98% from 212); Blue value is 72 (28.52% from 255 or 33.96% from 212); Max value from RGB is 89 - color contains mainly: green. Hex color #335948 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #335948 is #CCA6B7. Grayscale: #4B4B4B. Windows color (decimal): -13412024 or 4741427. OLE color: 4741427.
HSL color Cylindrical-coordinate representation of color #335948: hue angle of 153.16º degrees, saturation: 0.27, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #335948 is Cyan = 0.43, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 51 | 89 | 72 | - |
| CMYK | 0.43 | 0 | 0.19 | 0.65 |
| HSL | 153.16º | 0.27% | 0.27% | - |
| HSV(B) | 153.16º | 0.43% | 0.35% | - |
| XYZ | 6.11 | 8.32 | 7.41 | - |
| YUV | 75.7 | 125.91 | 110.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 89 | 72 | 0.43 | 0 | 0.19 | 0.65 | 153.16 | 0.27 | 0.27 |
| Hex | 33 | 59 | 48 | 2B | 0 | 13 | 41 | 99 | 1B | 1B |
| Octal | 63 | 131 | 110 | 53 | 0 | 23 | 101 | 231 | 33 | 33 |
| Binary | 110011 | 1011001 | 1001000 | 101011 | 0 | 10011 | 1000001 | 10011001 | 11011 | 11011 |
Color Harmonies of #335948
Complementary color
Monochromatic Colors of #335948
Black with #335948
Text Example
Text Example
White with #335948
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #335948; }
p { color: rgb(51,89,72); }
H1.HeaderClassName
{
color: #335948;
}
.AnyTagClassName
{
color: #335948;
}
</style>
background-color css
<style>
a { background-color: #335948; }
a { background-color: rgb(51,89,72); }
div.DivClassName
{
background-color: #335948;
}
.BgClassName
{
background-color: #335948;
}
</style>
border-color css
<style>
span { border-color: #335948; }
span { border-color: rgb(51,89,72); }
td.TdClassName
{
border-color: #335948;
}
.TagClassName
{
border-color: #335948;
}
</style>