Shades of Green Pea #346C47
Tints of Green Pea #346C47
RGB
CMYK
RGB Variations
Color information
#346C47 (or 0x346C47) is known color: Green Pea. HEX triplet: 34, 6C and 47. RGB value is (52,108,71). Sum of RGB (Red+Green+Blue) = 52+108+71=231 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.51% from 231); Green value is 108 (42.58% from 255 or 46.75% from 231); Blue value is 71 (28.12% from 255 or 30.74% from 231); Max value from RGB is 108 - color contains mainly: green. Hex color #346C47 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #346C47 is #CB93B8. Grayscale: #575757. Windows color (decimal): -13341625 or 4680756. OLE color: 4680756.
HSL color Cylindrical-coordinate representation of color #346C47: hue angle of 140.36º degrees, saturation: 0.35, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #346C47 is Cyan = 0.52, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 52 | 108 | 71 | - |
| CMYK | 0.52 | 0 | 0.34 | 0.58 |
| HSL | 140.36º | 0.35% | 0.31% | - |
| HSV(B) | 140.36º | 0.52% | 0.42% | - |
| XYZ | 7.92 | 11.91 | 7.84 | - |
| YUV | 87.04 | 118.95 | 103.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 108 | 71 | 0.52 | 0 | 0.34 | 0.58 | 140.36 | 0.35 | 0.31 |
| Hex | 34 | 6C | 47 | 34 | 0 | 22 | 3A | 8C | 23 | 1F |
| Octal | 64 | 154 | 107 | 64 | 0 | 42 | 72 | 214 | 43 | 37 |
| Binary | 110100 | 1101100 | 1000111 | 110100 | 0 | 100010 | 111010 | 10001100 | 100011 | 11111 |
Color Harmonies of #346C47
Complementary color
Monochromatic Colors of #346C47
Black with #346C47
Text Example
Text Example
White with #346C47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #346C47; }
p { color: rgb(52,108,71); }
H1.HeaderClassName
{
color: #346C47;
}
.AnyTagClassName
{
color: #346C47;
}
</style>
background-color css
<style>
a { background-color: #346C47; }
a { background-color: rgb(52,108,71); }
div.DivClassName
{
background-color: #346C47;
}
.BgClassName
{
background-color: #346C47;
}
</style>
border-color css
<style>
span { border-color: #346C47; }
span { border-color: rgb(52,108,71); }
td.TdClassName
{
border-color: #346C47;
}
.TagClassName
{
border-color: #346C47;
}
</style>