Shades of Green Pea #346649
Tints of Green Pea #346649
RGB
CMYK
RGB Variations
Color information
#346649 (or 0x346649) is known color: Green Pea. HEX triplet: 34, 66 and 49. RGB value is (52,102,73). Sum of RGB (Red+Green+Blue) = 52+102+73=227 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.91% from 227); Green value is 102 (40.23% from 255 or 44.93% from 227); Blue value is 73 (28.91% from 255 or 32.16% from 227); Max value from RGB is 102 - color contains mainly: green. Hex color #346649 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #346649 is #CB99B6. Grayscale: #535353. Windows color (decimal): -13343159 or 4810292. OLE color: 4810292.
HSL color Cylindrical-coordinate representation of color #346649: hue angle of 145.2º degrees, saturation: 0.32, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #346649 is Cyan = 0.49, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 52 | 102 | 73 | - |
| CMYK | 0.49 | 0 | 0.28 | 0.6 |
| HSL | 145.2º | 0.32% | 0.3% | - |
| HSV(B) | 145.2º | 0.49% | 0.4% | - |
| XYZ | 7.37 | 10.71 | 7.98 | - |
| YUV | 83.74 | 121.94 | 105.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 102 | 73 | 0.49 | 0 | 0.28 | 0.6 | 145.2 | 0.32 | 0.3 |
| Hex | 34 | 66 | 49 | 31 | 0 | 1C | 3C | 91 | 20 | 1E |
| Octal | 64 | 146 | 111 | 61 | 0 | 34 | 74 | 221 | 40 | 36 |
| Binary | 110100 | 1100110 | 1001001 | 110001 | 0 | 11100 | 111100 | 10010001 | 100000 | 11110 |
Color Harmonies of #346649
Complementary color
Monochromatic Colors of #346649
Black with #346649
Text Example
Text Example
White with #346649
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #346649; }
p { color: rgb(52,102,73); }
H1.HeaderClassName
{
color: #346649;
}
.AnyTagClassName
{
color: #346649;
}
</style>
background-color css
<style>
a { background-color: #346649; }
a { background-color: rgb(52,102,73); }
div.DivClassName
{
background-color: #346649;
}
.BgClassName
{
background-color: #346649;
}
</style>
border-color css
<style>
span { border-color: #346649; }
span { border-color: rgb(52,102,73); }
td.TdClassName
{
border-color: #346649;
}
.TagClassName
{
border-color: #346649;
}
</style>