Shades of Green Pea #346749
Tints of Green Pea #346749
RGB
CMYK
RGB Variations
Color information
#346749 (or 0x346749) is known color: Green Pea. HEX triplet: 34, 67 and 49. RGB value is (52,103,73). Sum of RGB (Red+Green+Blue) = 52+103+73=228 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.81% from 228); Green value is 103 (40.62% from 255 or 45.18% from 228); Blue value is 73 (28.91% from 255 or 32.02% from 228); Max value from RGB is 103 - color contains mainly: green. Hex color #346749 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #346749 is #CB98B6. Grayscale: #545454. Windows color (decimal): -13342903 or 4810548. OLE color: 4810548.
HSL color Cylindrical-coordinate representation of color #346749: hue angle of 144.71º degrees, saturation: 0.33, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #346749 is Cyan = 0.50, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 52 | 103 | 73 | - |
| CMYK | 0.50 | 0 | 0.29 | 0.60 |
| HSL | 144.71º | 0.33% | 0.3% | - |
| HSV(B) | 144.71º | 0.5% | 0.4% | - |
| XYZ | 7.47 | 10.91 | 8.02 | - |
| YUV | 84.33 | 121.6 | 104.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 103 | 73 | 0.50 | 0 | 0.29 | 0.60 | 144.71 | 0.33 | 0.3 |
| Hex | 34 | 67 | 49 | 32 | 0 | 1D | 3C | 91 | 21 | 1E |
| Octal | 64 | 147 | 111 | 62 | 0 | 35 | 74 | 221 | 41 | 36 |
| Binary | 110100 | 1100111 | 1001001 | 110010 | 0 | 11101 | 111100 | 10010001 | 100001 | 11110 |
Color Harmonies of #346749
Complementary color
Monochromatic Colors of #346749
Black with #346749
Text Example
Text Example
White with #346749
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #346749; }
p { color: rgb(52,103,73); }
H1.HeaderClassName
{
color: #346749;
}
.AnyTagClassName
{
color: #346749;
}
</style>
background-color css
<style>
a { background-color: #346749; }
a { background-color: rgb(52,103,73); }
div.DivClassName
{
background-color: #346749;
}
.BgClassName
{
background-color: #346749;
}
</style>
border-color css
<style>
span { border-color: #346749; }
span { border-color: rgb(52,103,73); }
td.TdClassName
{
border-color: #346749;
}
.TagClassName
{
border-color: #346749;
}
</style>