Shades of Green Pea #336045
Tints of Green Pea #336045
RGB
CMYK
RGB Variations
Color information
#336045 (or 0x336045) is known color: Green Pea. HEX triplet: 33, 60 and 45. RGB value is (51,96,69). Sum of RGB (Red+Green+Blue) = 51+96+69=216 (28% of max value = 765). Red value is 51 (20.31% from 255 or 23.61% from 216); Green value is 96 (37.89% from 255 or 44.44% from 216); Blue value is 69 (27.34% from 255 or 31.94% from 216); Max value from RGB is 96 - color contains mainly: green. Hex color #336045 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #336045 is #CC9FBA. Grayscale: #4F4F4F. Windows color (decimal): -13410235 or 4546611. OLE color: 4546611.
HSL color Cylindrical-coordinate representation of color #336045: hue angle of 144º 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 #336045 is Cyan = 0.47, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 51 | 96 | 69 | - |
| CMYK | 0.47 | 0 | 0.28 | 0.62 |
| HSL | 144º | 0.31% | 0.29% | - |
| HSV(B) | 144º | 0.47% | 0.38% | - |
| XYZ | 6.62 | 9.5 | 7.11 | - |
| YUV | 79.47 | 122.09 | 107.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 96 | 69 | 0.47 | 0 | 0.28 | 0.62 | 144 | 0.31 | 0.29 |
| Hex | 33 | 60 | 45 | 2F | 0 | 1C | 3E | 90 | 1F | 1D |
| Octal | 63 | 140 | 105 | 57 | 0 | 34 | 76 | 220 | 37 | 35 |
| Binary | 110011 | 1100000 | 1000101 | 101111 | 0 | 11100 | 111110 | 10010000 | 11111 | 11101 |
Color Harmonies of #336045
Complementary color
Monochromatic Colors of #336045
Black with #336045
Text Example
Text Example
White with #336045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #336045; }
p { color: rgb(51,96,69); }
H1.HeaderClassName
{
color: #336045;
}
.AnyTagClassName
{
color: #336045;
}
</style>
background-color css
<style>
a { background-color: #336045; }
a { background-color: rgb(51,96,69); }
div.DivClassName
{
background-color: #336045;
}
.BgClassName
{
background-color: #336045;
}
</style>
border-color css
<style>
span { border-color: #336045; }
span { border-color: rgb(51,96,69); }
td.TdClassName
{
border-color: #336045;
}
.TagClassName
{
border-color: #336045;
}
</style>