Shades of Green Pea #346449
Tints of Green Pea #346449
RGB
CMYK
RGB Variations
Color information
#346449 (or 0x346449) is known color: Green Pea. HEX triplet: 34, 64 and 49. RGB value is (52,100,73). Sum of RGB (Red+Green+Blue) = 52+100+73=225 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.11% from 225); Green value is 100 (39.45% from 255 or 44.44% from 225); Blue value is 73 (28.91% from 255 or 32.44% from 225); Max value from RGB is 100 - color contains mainly: green. Hex color #346449 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #346449 is #CB9BB6. Grayscale: #525252. Windows color (decimal): -13343671 or 4809780. OLE color: 4809780.
HSL color Cylindrical-coordinate representation of color #346449: hue angle of 146.25º degrees, saturation: 0.32, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #346449 is Cyan = 0.48, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 52 | 100 | 73 | - |
| CMYK | 0.48 | 0 | 0.27 | 0.61 |
| HSL | 146.25º | 0.32% | 0.3% | - |
| HSV(B) | 146.25º | 0.48% | 0.39% | - |
| XYZ | 7.18 | 10.33 | 7.92 | - |
| YUV | 82.57 | 122.6 | 106.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 100 | 73 | 0.48 | 0 | 0.27 | 0.61 | 146.25 | 0.32 | 0.3 |
| Hex | 34 | 64 | 49 | 30 | 0 | 1B | 3D | 92 | 20 | 1E |
| Octal | 64 | 144 | 111 | 60 | 0 | 33 | 75 | 222 | 40 | 36 |
| Binary | 110100 | 1100100 | 1001001 | 110000 | 0 | 11011 | 111101 | 10010010 | 100000 | 11110 |
Color Harmonies of #346449
Complementary color
Monochromatic Colors of #346449
Black with #346449
Text Example
Text Example
White with #346449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #346449; }
p { color: rgb(52,100,73); }
H1.HeaderClassName
{
color: #346449;
}
.AnyTagClassName
{
color: #346449;
}
</style>
background-color css
<style>
a { background-color: #346449; }
a { background-color: rgb(52,100,73); }
div.DivClassName
{
background-color: #346449;
}
.BgClassName
{
background-color: #346449;
}
</style>
border-color css
<style>
span { border-color: #346449; }
span { border-color: rgb(52,100,73); }
td.TdClassName
{
border-color: #346449;
}
.TagClassName
{
border-color: #346449;
}
</style>