Shades of Green Pea #346445
Tints of Green Pea #346445
RGB
CMYK
RGB Variations
Color information
#346445 (or 0x346445) is known color: Green Pea. HEX triplet: 34, 64 and 45. RGB value is (52,100,69). Sum of RGB (Red+Green+Blue) = 52+100+69=221 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.53% from 221); Green value is 100 (39.45% from 255 or 45.25% from 221); Blue value is 69 (27.34% from 255 or 31.22% from 221); Max value from RGB is 100 - color contains mainly: green. Hex color #346445 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #346445 is #CB9BBA. Grayscale: #525252. Windows color (decimal): -13343675 or 4547636. OLE color: 4547636.
HSL color Cylindrical-coordinate representation of color #346445: hue angle of 141.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 #346445 is Cyan = 0.48, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 52 | 100 | 69 | - |
| CMYK | 0.48 | 0 | 0.31 | 0.61 |
| HSL | 141.25º | 0.32% | 0.3% | - |
| HSV(B) | 141.25º | 0.48% | 0.39% | - |
| XYZ | 7.05 | 10.27 | 7.24 | - |
| YUV | 82.11 | 120.6 | 106.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 100 | 69 | 0.48 | 0 | 0.31 | 0.61 | 141.25 | 0.32 | 0.3 |
| Hex | 34 | 64 | 45 | 30 | 0 | 1F | 3D | 8D | 20 | 1E |
| Octal | 64 | 144 | 105 | 60 | 0 | 37 | 75 | 215 | 40 | 36 |
| Binary | 110100 | 1100100 | 1000101 | 110000 | 0 | 11111 | 111101 | 10001101 | 100000 | 11110 |
Color Harmonies of #346445
Complementary color
Monochromatic Colors of #346445
Black with #346445
Text Example
Text Example
White with #346445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #346445; }
p { color: rgb(52,100,69); }
H1.HeaderClassName
{
color: #346445;
}
.AnyTagClassName
{
color: #346445;
}
</style>
background-color css
<style>
a { background-color: #346445; }
a { background-color: rgb(52,100,69); }
div.DivClassName
{
background-color: #346445;
}
.BgClassName
{
background-color: #346445;
}
</style>
border-color css
<style>
span { border-color: #346445; }
span { border-color: rgb(52,100,69); }
td.TdClassName
{
border-color: #346445;
}
.TagClassName
{
border-color: #346445;
}
</style>