Shades of Green Pea #336046
Tints of Green Pea #336046
RGB
CMYK
RGB Variations
Color information
#336046 (or 0x336046) is known color: Green Pea. HEX triplet: 33, 60 and 46. RGB value is (51,96,70). Sum of RGB (Red+Green+Blue) = 51+96+70=217 (28% of max value = 765). Red value is 51 (20.31% from 255 or 23.50% from 217); Green value is 96 (37.89% from 255 or 44.24% from 217); Blue value is 70 (27.73% from 255 or 32.26% from 217); Max value from RGB is 96 - color contains mainly: green. Hex color #336046 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #336046 is #CC9FB9. Grayscale: #4F4F4F. Windows color (decimal): -13410234 or 4612147. OLE color: 4612147.
HSL color Cylindrical-coordinate representation of color #336046: hue angle of 145.33º degrees, saturation: 0.31, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #336046 is Cyan = 0.47, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 51 | 96 | 70 | - |
| CMYK | 0.47 | 0 | 0.27 | 0.62 |
| HSL | 145.33º | 0.31% | 0.29% | - |
| HSV(B) | 145.33º | 0.47% | 0.38% | - |
| XYZ | 6.65 | 9.51 | 7.28 | - |
| YUV | 79.58 | 122.59 | 107.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 96 | 70 | 0.47 | 0 | 0.27 | 0.62 | 145.33 | 0.31 | 0.29 |
| Hex | 33 | 60 | 46 | 2F | 0 | 1B | 3E | 91 | 1F | 1D |
| Octal | 63 | 140 | 106 | 57 | 0 | 33 | 76 | 221 | 37 | 35 |
| Binary | 110011 | 1100000 | 1000110 | 101111 | 0 | 11011 | 111110 | 10010001 | 11111 | 11101 |
Color Harmonies of #336046
Complementary color
Monochromatic Colors of #336046
Black with #336046
Text Example
Text Example
White with #336046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #336046; }
p { color: rgb(51,96,70); }
H1.HeaderClassName
{
color: #336046;
}
.AnyTagClassName
{
color: #336046;
}
</style>
background-color css
<style>
a { background-color: #336046; }
a { background-color: rgb(51,96,70); }
div.DivClassName
{
background-color: #336046;
}
.BgClassName
{
background-color: #336046;
}
</style>
border-color css
<style>
span { border-color: #336046; }
span { border-color: rgb(51,96,70); }
td.TdClassName
{
border-color: #336046;
}
.TagClassName
{
border-color: #336046;
}
</style>