Shades of Green Pea #336949
Tints of Green Pea #336949
RGB
CMYK
RGB Variations
Color information
#336949 (or 0x336949) is known color: Green Pea. HEX triplet: 33, 69 and 49. RGB value is (51,105,73). Sum of RGB (Red+Green+Blue) = 51+105+73=229 (30% of max value = 765). Red value is 51 (20.31% from 255 or 22.27% from 229); Green value is 105 (41.41% from 255 or 45.85% from 229); Blue value is 73 (28.91% from 255 or 31.88% from 229); Max value from RGB is 105 - color contains mainly: green. Hex color #336949 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #336949 is #CC96B6. Grayscale: #555555. Windows color (decimal): -13407927 or 4811059. OLE color: 4811059.
HSL color Cylindrical-coordinate representation of color #336949: hue angle of 144.44º degrees, saturation: 0.35, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #336949 is Cyan = 0.51, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 51 | 105 | 73 | - |
| CMYK | 0.51 | 0 | 0.30 | 0.59 |
| HSL | 144.44º | 0.35% | 0.31% | - |
| HSV(B) | 144.44º | 0.51% | 0.41% | - |
| XYZ | 7.62 | 11.29 | 8.08 | - |
| YUV | 85.21 | 121.11 | 103.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 105 | 73 | 0.51 | 0 | 0.30 | 0.59 | 144.44 | 0.35 | 0.31 |
| Hex | 33 | 69 | 49 | 33 | 0 | 1E | 3B | 90 | 23 | 1F |
| Octal | 63 | 151 | 111 | 63 | 0 | 36 | 73 | 220 | 43 | 37 |
| Binary | 110011 | 1101001 | 1001001 | 110011 | 0 | 11110 | 111011 | 10010000 | 100011 | 11111 |
Color Harmonies of #336949
Complementary color
Monochromatic Colors of #336949
Black with #336949
Text Example
Text Example
White with #336949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #336949; }
p { color: rgb(51,105,73); }
H1.HeaderClassName
{
color: #336949;
}
.AnyTagClassName
{
color: #336949;
}
</style>
background-color css
<style>
a { background-color: #336949; }
a { background-color: rgb(51,105,73); }
div.DivClassName
{
background-color: #336949;
}
.BgClassName
{
background-color: #336949;
}
</style>
border-color css
<style>
span { border-color: #336949; }
span { border-color: rgb(51,105,73); }
td.TdClassName
{
border-color: #336949;
}
.TagClassName
{
border-color: #336949;
}
</style>