Shades of Green Pea #336945
Tints of Green Pea #336945
RGB
CMYK
RGB Variations
Color information
#336945 (or 0x336945) is known color: Green Pea. HEX triplet: 33, 69 and 45. RGB value is (51,105,69). Sum of RGB (Red+Green+Blue) = 51+105+69=225 (29% of max value = 765). Red value is 51 (20.31% from 255 or 22.67% from 225); Green value is 105 (41.41% from 255 or 46.67% from 225); Blue value is 69 (27.34% from 255 or 30.67% from 225); Max value from RGB is 105 - color contains mainly: green. Hex color #336945 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #336945 is #CC96BA. Grayscale: #545454. Windows color (decimal): -13407931 or 4548915. OLE color: 4548915.
HSL color Cylindrical-coordinate representation of color #336945: hue angle of 140º 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 #336945 is Cyan = 0.51, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 51 | 105 | 69 | - |
| CMYK | 0.51 | 0 | 0.34 | 0.59 |
| HSL | 140º | 0.35% | 0.31% | - |
| HSV(B) | 140º | 0.51% | 0.41% | - |
| XYZ | 7.49 | 11.24 | 7.4 | - |
| YUV | 84.75 | 119.11 | 103.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 105 | 69 | 0.51 | 0 | 0.34 | 0.59 | 140 | 0.35 | 0.31 |
| Hex | 33 | 69 | 45 | 33 | 0 | 22 | 3B | 8C | 23 | 1F |
| Octal | 63 | 151 | 105 | 63 | 0 | 42 | 73 | 214 | 43 | 37 |
| Binary | 110011 | 1101001 | 1000101 | 110011 | 0 | 100010 | 111011 | 10001100 | 100011 | 11111 |
Color Harmonies of #336945
Complementary color
Monochromatic Colors of #336945
Black with #336945
Text Example
Text Example
White with #336945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #336945; }
p { color: rgb(51,105,69); }
H1.HeaderClassName
{
color: #336945;
}
.AnyTagClassName
{
color: #336945;
}
</style>
background-color css
<style>
a { background-color: #336945; }
a { background-color: rgb(51,105,69); }
div.DivClassName
{
background-color: #336945;
}
.BgClassName
{
background-color: #336945;
}
</style>
border-color css
<style>
span { border-color: #336945; }
span { border-color: rgb(51,105,69); }
td.TdClassName
{
border-color: #336945;
}
.TagClassName
{
border-color: #336945;
}
</style>