Shades of Green Pea #336544
Tints of Green Pea #336544
RGB
CMYK
RGB Variations
Color information
#336544 (or 0x336544) is known color: Green Pea. HEX triplet: 33, 65 and 44. RGB value is (51,101,68). Sum of RGB (Red+Green+Blue) = 51+101+68=220 (29% of max value = 765). Red value is 51 (20.31% from 255 or 23.18% from 220); Green value is 101 (39.84% from 255 or 45.91% from 220); Blue value is 68 (26.95% from 255 or 30.91% from 220); Max value from RGB is 101 - color contains mainly: green. Hex color #336544 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #336544 is #CC9ABB. Grayscale: #525252. Windows color (decimal): -13408956 or 4482355. OLE color: 4482355.
HSL color Cylindrical-coordinate representation of color #336544: hue angle of 140.4º degrees, saturation: 0.33, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #336544 is Cyan = 0.50, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 51 | 101 | 68 | - |
| CMYK | 0.50 | 0 | 0.33 | 0.60 |
| HSL | 140.4º | 0.33% | 0.3% | - |
| HSV(B) | 140.4º | 0.5% | 0.4% | - |
| XYZ | 7.06 | 10.43 | 7.11 | - |
| YUV | 82.29 | 119.94 | 105.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 101 | 68 | 0.50 | 0 | 0.33 | 0.60 | 140.4 | 0.33 | 0.3 |
| Hex | 33 | 65 | 44 | 32 | 0 | 21 | 3C | 8C | 21 | 1E |
| Octal | 63 | 145 | 104 | 62 | 0 | 41 | 74 | 214 | 41 | 36 |
| Binary | 110011 | 1100101 | 1000100 | 110010 | 0 | 100001 | 111100 | 10001100 | 100001 | 11110 |
Color Harmonies of #336544
Complementary color
Monochromatic Colors of #336544
Black with #336544
Text Example
Text Example
White with #336544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #336544; }
p { color: rgb(51,101,68); }
H1.HeaderClassName
{
color: #336544;
}
.AnyTagClassName
{
color: #336544;
}
</style>
background-color css
<style>
a { background-color: #336544; }
a { background-color: rgb(51,101,68); }
div.DivClassName
{
background-color: #336544;
}
.BgClassName
{
background-color: #336544;
}
</style>
border-color css
<style>
span { border-color: #336544; }
span { border-color: rgb(51,101,68); }
td.TdClassName
{
border-color: #336544;
}
.TagClassName
{
border-color: #336544;
}
</style>