Shades of Green Pea #346345
Tints of Green Pea #346345
RGB
CMYK
RGB Variations
Color information
#346345 (or 0x346345) is known color: Green Pea. HEX triplet: 34, 63 and 45. RGB value is (52,99,69). Sum of RGB (Red+Green+Blue) = 52+99+69=220 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.64% from 220); Green value is 99 (39.06% from 255 or 45% from 220); Blue value is 69 (27.34% from 255 or 31.36% from 220); Max value from RGB is 99 - color contains mainly: green. Hex color #346345 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #346345 is #CB9CBA. Grayscale: #515151. Windows color (decimal): -13343931 or 4547380. OLE color: 4547380.
HSL color Cylindrical-coordinate representation of color #346345: hue angle of 141.7º degrees, saturation: 0.31, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #346345 is Cyan = 0.47, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 52 | 99 | 69 | - |
| CMYK | 0.47 | 0 | 0.30 | 0.61 |
| HSL | 141.7º | 0.31% | 0.3% | - |
| HSV(B) | 141.7º | 0.47% | 0.39% | - |
| XYZ | 6.95 | 10.08 | 7.21 | - |
| YUV | 81.53 | 120.93 | 106.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 99 | 69 | 0.47 | 0 | 0.30 | 0.61 | 141.7 | 0.31 | 0.3 |
| Hex | 34 | 63 | 45 | 2F | 0 | 1E | 3D | 8E | 1F | 1E |
| Octal | 64 | 143 | 105 | 57 | 0 | 36 | 75 | 216 | 37 | 36 |
| Binary | 110100 | 1100011 | 1000101 | 101111 | 0 | 11110 | 111101 | 10001110 | 11111 | 11110 |
Color Harmonies of #346345
Complementary color
Monochromatic Colors of #346345
Black with #346345
Text Example
Text Example
White with #346345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #346345; }
p { color: rgb(52,99,69); }
H1.HeaderClassName
{
color: #346345;
}
.AnyTagClassName
{
color: #346345;
}
</style>
background-color css
<style>
a { background-color: #346345; }
a { background-color: rgb(52,99,69); }
div.DivClassName
{
background-color: #346345;
}
.BgClassName
{
background-color: #346345;
}
</style>
border-color css
<style>
span { border-color: #346345; }
span { border-color: rgb(52,99,69); }
td.TdClassName
{
border-color: #346345;
}
.TagClassName
{
border-color: #346345;
}
</style>