Shades of Spectra #335E4A
Tints of Spectra #335E4A
RGB
CMYK
RGB Variations
Color information
#335E4A (or 0x335E4A) is known color: Spectra. HEX triplet: 33, 5E and 4A. RGB value is (51,94,74). Sum of RGB (Red+Green+Blue) = 51+94+74=219 (29% of max value = 765). Red value is 51 (20.31% from 255 or 23.29% from 219); Green value is 94 (37.11% from 255 or 42.92% from 219); Blue value is 74 (29.30% from 255 or 33.79% from 219); Max value from RGB is 94 - color contains mainly: green. Hex color #335E4A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #335E4A is #CCA1B5. Grayscale: #4E4E4E. Windows color (decimal): -13410742 or 4873779. OLE color: 4873779.
HSL color Cylindrical-coordinate representation of color #335E4A: hue angle of 152.09º degrees, saturation: 0.3, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #335E4A is Cyan = 0.46, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 51 | 94 | 74 | - |
| CMYK | 0.46 | 0 | 0.21 | 0.63 |
| HSL | 152.09º | 0.3% | 0.28% | - |
| HSV(B) | 152.09º | 0.46% | 0.37% | - |
| XYZ | 6.6 | 9.2 | 7.91 | - |
| YUV | 78.86 | 125.25 | 108.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 94 | 74 | 0.46 | 0 | 0.21 | 0.63 | 152.09 | 0.3 | 0.28 |
| Hex | 33 | 5E | 4A | 2E | 0 | 15 | 3F | 98 | 1E | 1C |
| Octal | 63 | 136 | 112 | 56 | 0 | 25 | 77 | 230 | 36 | 34 |
| Binary | 110011 | 1011110 | 1001010 | 101110 | 0 | 10101 | 111111 | 10011000 | 11110 | 11100 |
Color Harmonies of #335E4A
Complementary color
Monochromatic Colors of #335E4A
Black with #335E4A
Text Example
Text Example
White with #335E4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #335E4A; }
p { color: rgb(51,94,74); }
H1.HeaderClassName
{
color: #335E4A;
}
.AnyTagClassName
{
color: #335E4A;
}
</style>
background-color css
<style>
a { background-color: #335E4A; }
a { background-color: rgb(51,94,74); }
div.DivClassName
{
background-color: #335E4A;
}
.BgClassName
{
background-color: #335E4A;
}
</style>
border-color css
<style>
span { border-color: #335E4A; }
span { border-color: rgb(51,94,74); }
td.TdClassName
{
border-color: #335E4A;
}
.TagClassName
{
border-color: #335E4A;
}
</style>