Shades of Green Pea #346549
Tints of Green Pea #346549
RGB
CMYK
RGB Variations
Color information
#346549 (or 0x346549) is known color: Green Pea. HEX triplet: 34, 65 and 49. RGB value is (52,101,73). Sum of RGB (Red+Green+Blue) = 52+101+73=226 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.01% from 226); Green value is 101 (39.84% from 255 or 44.69% from 226); Blue value is 73 (28.91% from 255 or 32.30% from 226); Max value from RGB is 101 - color contains mainly: green. Hex color #346549 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #346549 is #CB9AB6. Grayscale: #535353. Windows color (decimal): -13343415 or 4810036. OLE color: 4810036.
HSL color Cylindrical-coordinate representation of color #346549: hue angle of 145.71º 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 #346549 is Cyan = 0.49, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 52 | 101 | 73 | - |
| CMYK | 0.49 | 0 | 0.28 | 0.60 |
| HSL | 145.71º | 0.32% | 0.3% | - |
| HSV(B) | 145.71º | 0.49% | 0.4% | - |
| XYZ | 7.27 | 10.52 | 7.95 | - |
| YUV | 83.16 | 122.27 | 105.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 101 | 73 | 0.49 | 0 | 0.28 | 0.60 | 145.71 | 0.32 | 0.3 |
| Hex | 34 | 65 | 49 | 31 | 0 | 1C | 3C | 92 | 20 | 1E |
| Octal | 64 | 145 | 111 | 61 | 0 | 34 | 74 | 222 | 40 | 36 |
| Binary | 110100 | 1100101 | 1001001 | 110001 | 0 | 11100 | 111100 | 10010010 | 100000 | 11110 |
Color Harmonies of #346549
Complementary color
Monochromatic Colors of #346549
Black with #346549
Text Example
Text Example
White with #346549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #346549; }
p { color: rgb(52,101,73); }
H1.HeaderClassName
{
color: #346549;
}
.AnyTagClassName
{
color: #346549;
}
</style>
background-color css
<style>
a { background-color: #346549; }
a { background-color: rgb(52,101,73); }
div.DivClassName
{
background-color: #346549;
}
.BgClassName
{
background-color: #346549;
}
</style>
border-color css
<style>
span { border-color: #346549; }
span { border-color: rgb(52,101,73); }
td.TdClassName
{
border-color: #346549;
}
.TagClassName
{
border-color: #346549;
}
</style>