Shades of Spectra #335B4F
Tints of Spectra #335B4F
RGB
CMYK
RGB Variations
Color information
#335B4F (or 0x335B4F) is known color: Spectra. HEX triplet: 33, 5B and 4F. RGB value is (51,91,79). Sum of RGB (Red+Green+Blue) = 51+91+79=221 (29% of max value = 765). Red value is 51 (20.31% from 255 or 23.08% from 221); Green value is 91 (35.94% from 255 or 41.18% from 221); Blue value is 79 (31.25% from 255 or 35.75% from 221); Max value from RGB is 91 - color contains mainly: green. Hex color #335B4F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #335B4F is #CCA4B0. Grayscale: #4D4D4D. Windows color (decimal): -13411505 or 5200691. OLE color: 5200691.
HSL color Cylindrical-coordinate representation of color #335B4F: hue angle of 162º degrees, saturation: 0.28, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #335B4F is Cyan = 0.44, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 51 | 91 | 79 | - |
| CMYK | 0.44 | 0 | 0.13 | 0.64 |
| HSL | 162º | 0.28% | 0.28% | - |
| HSV(B) | 162º | 0.44% | 0.36% | - |
| XYZ | 6.52 | 8.75 | 8.74 | - |
| YUV | 77.67 | 128.75 | 108.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 91 | 79 | 0.44 | 0 | 0.13 | 0.64 | 162 | 0.28 | 0.28 |
| Hex | 33 | 5B | 4F | 2C | 0 | D | 40 | A2 | 1C | 1C |
| Octal | 63 | 133 | 117 | 54 | 0 | 15 | 100 | 242 | 34 | 34 |
| Binary | 110011 | 1011011 | 1001111 | 101100 | 0 | 1101 | 1000000 | 10100010 | 11100 | 11100 |
Color Harmonies of #335B4F
Complementary color
Monochromatic Colors of #335B4F
Black with #335B4F
Text Example
Text Example
White with #335B4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #335B4F; }
p { color: rgb(51,91,79); }
H1.HeaderClassName
{
color: #335B4F;
}
.AnyTagClassName
{
color: #335B4F;
}
</style>
background-color css
<style>
a { background-color: #335B4F; }
a { background-color: rgb(51,91,79); }
div.DivClassName
{
background-color: #335B4F;
}
.BgClassName
{
background-color: #335B4F;
}
</style>
border-color css
<style>
span { border-color: #335B4F; }
span { border-color: rgb(51,91,79); }
td.TdClassName
{
border-color: #335B4F;
}
.TagClassName
{
border-color: #335B4F;
}
</style>