Shades of Green Pea #346845
Tints of Green Pea #346845
RGB
CMYK
RGB Variations
Color information
#346845 (or 0x346845) is known color: Green Pea. HEX triplet: 34, 68 and 45. RGB value is (52,104,69). Sum of RGB (Red+Green+Blue) = 52+104+69=225 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.11% from 225); Green value is 104 (41.02% from 255 or 46.22% from 225); Blue value is 69 (27.34% from 255 or 30.67% from 225); Max value from RGB is 104 - color contains mainly: green. Hex color #346845 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #346845 is #CB97BA. Grayscale: #545454. Windows color (decimal): -13342651 or 4548660. OLE color: 4548660.
HSL color Cylindrical-coordinate representation of color #346845: hue angle of 139.62º degrees, saturation: 0.33, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #346845 is Cyan = 0.50, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 52 | 104 | 69 | - |
| CMYK | 0.50 | 0 | 0.34 | 0.59 |
| HSL | 139.62º | 0.33% | 0.31% | - |
| HSV(B) | 139.62º | 0.5% | 0.41% | - |
| XYZ | 7.44 | 11.06 | 7.37 | - |
| YUV | 84.46 | 119.27 | 104.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 104 | 69 | 0.50 | 0 | 0.34 | 0.59 | 139.62 | 0.33 | 0.31 |
| Hex | 34 | 68 | 45 | 32 | 0 | 22 | 3B | 8C | 21 | 1F |
| Octal | 64 | 150 | 105 | 62 | 0 | 42 | 73 | 214 | 41 | 37 |
| Binary | 110100 | 1101000 | 1000101 | 110010 | 0 | 100010 | 111011 | 10001100 | 100001 | 11111 |
Color Harmonies of #346845
Complementary color
Monochromatic Colors of #346845
Black with #346845
Text Example
Text Example
White with #346845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #346845; }
p { color: rgb(52,104,69); }
H1.HeaderClassName
{
color: #346845;
}
.AnyTagClassName
{
color: #346845;
}
</style>
background-color css
<style>
a { background-color: #346845; }
a { background-color: rgb(52,104,69); }
div.DivClassName
{
background-color: #346845;
}
.BgClassName
{
background-color: #346845;
}
</style>
border-color css
<style>
span { border-color: #346845; }
span { border-color: rgb(52,104,69); }
td.TdClassName
{
border-color: #346845;
}
.TagClassName
{
border-color: #346845;
}
</style>