Shades of Spectra #335F4A
Tints of Spectra #335F4A
RGB
CMYK
RGB Variations
Color information
#335F4A (or 0x335F4A) is known color: Spectra. HEX triplet: 33, 5F and 4A. RGB value is (51,95,74). Sum of RGB (Red+Green+Blue) = 51+95+74=220 (29% of max value = 765). Red value is 51 (20.31% from 255 or 23.18% from 220); Green value is 95 (37.5% from 255 or 43.18% from 220); Blue value is 74 (29.30% from 255 or 33.64% from 220); Max value from RGB is 95 - color contains mainly: green. Hex color #335F4A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #335F4A is #CCA0B5. Grayscale: #4F4F4F. Windows color (decimal): -13410486 or 4874035. OLE color: 4874035.
HSL color Cylindrical-coordinate representation of color #335F4A: hue angle of 151.36º degrees, saturation: 0.3, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #335F4A is Cyan = 0.46, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 51 | 95 | 74 | - |
| CMYK | 0.46 | 0 | 0.22 | 0.63 |
| HSL | 151.36º | 0.3% | 0.29% | - |
| HSV(B) | 151.36º | 0.46% | 0.37% | - |
| XYZ | 6.69 | 9.38 | 7.94 | - |
| YUV | 79.45 | 124.92 | 107.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 95 | 74 | 0.46 | 0 | 0.22 | 0.63 | 151.36 | 0.3 | 0.29 |
| Hex | 33 | 5F | 4A | 2E | 0 | 16 | 3F | 97 | 1E | 1D |
| Octal | 63 | 137 | 112 | 56 | 0 | 26 | 77 | 227 | 36 | 35 |
| Binary | 110011 | 1011111 | 1001010 | 101110 | 0 | 10110 | 111111 | 10010111 | 11110 | 11101 |
Color Harmonies of #335F4A
Complementary color
Monochromatic Colors of #335F4A
Black with #335F4A
Text Example
Text Example
White with #335F4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #335F4A; }
p { color: rgb(51,95,74); }
H1.HeaderClassName
{
color: #335F4A;
}
.AnyTagClassName
{
color: #335F4A;
}
</style>
background-color css
<style>
a { background-color: #335F4A; }
a { background-color: rgb(51,95,74); }
div.DivClassName
{
background-color: #335F4A;
}
.BgClassName
{
background-color: #335F4A;
}
</style>
border-color css
<style>
span { border-color: #335F4A; }
span { border-color: rgb(51,95,74); }
td.TdClassName
{
border-color: #335F4A;
}
.TagClassName
{
border-color: #335F4A;
}
</style>