Shades of Spectra #335C4E
Tints of Spectra #335C4E
RGB
CMYK
RGB Variations
Color information
#335C4E (or 0x335C4E) is known color: Spectra. HEX triplet: 33, 5C and 4E. RGB value is (51,92,78). Sum of RGB (Red+Green+Blue) = 51+92+78=221 (29% of max value = 765). Red value is 51 (20.31% from 255 or 23.08% from 221); Green value is 92 (36.33% from 255 or 41.63% from 221); Blue value is 78 (30.86% from 255 or 35.29% from 221); Max value from RGB is 92 - color contains mainly: green. Hex color #335C4E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #335C4E is #CCA3B1. Grayscale: #4E4E4E. Windows color (decimal): -13411250 or 5135411. OLE color: 5135411.
HSL color Cylindrical-coordinate representation of color #335C4E: hue angle of 159.51º degrees, saturation: 0.29, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #335C4E is Cyan = 0.45, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 51 | 92 | 78 | - |
| CMYK | 0.45 | 0 | 0.15 | 0.64 |
| HSL | 159.51º | 0.29% | 0.28% | - |
| HSV(B) | 159.51º | 0.45% | 0.36% | - |
| XYZ | 6.57 | 8.91 | 8.58 | - |
| YUV | 78.15 | 127.92 | 108.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 92 | 78 | 0.45 | 0 | 0.15 | 0.64 | 159.51 | 0.29 | 0.28 |
| Hex | 33 | 5C | 4E | 2D | 0 | F | 40 | A0 | 1D | 1C |
| Octal | 63 | 134 | 116 | 55 | 0 | 17 | 100 | 240 | 35 | 34 |
| Binary | 110011 | 1011100 | 1001110 | 101101 | 0 | 1111 | 1000000 | 10100000 | 11101 | 11100 |
Color Harmonies of #335C4E
Complementary color
Monochromatic Colors of #335C4E
Black with #335C4E
Text Example
Text Example
White with #335C4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #335C4E; }
p { color: rgb(51,92,78); }
H1.HeaderClassName
{
color: #335C4E;
}
.AnyTagClassName
{
color: #335C4E;
}
</style>
background-color css
<style>
a { background-color: #335C4E; }
a { background-color: rgb(51,92,78); }
div.DivClassName
{
background-color: #335C4E;
}
.BgClassName
{
background-color: #335C4E;
}
</style>
border-color css
<style>
span { border-color: #335C4E; }
span { border-color: rgb(51,92,78); }
td.TdClassName
{
border-color: #335C4E;
}
.TagClassName
{
border-color: #335C4E;
}
</style>