Shades of Green Pea #345F46
Tints of Green Pea #345F46
RGB
CMYK
RGB Variations
Color information
#345F46 (or 0x345F46) is known color: Green Pea. HEX triplet: 34, 5F and 46. RGB value is (52,95,70). Sum of RGB (Red+Green+Blue) = 52+95+70=217 (28% of max value = 765). Red value is 52 (20.70% from 255 or 23.96% from 217); Green value is 95 (37.5% from 255 or 43.78% from 217); Blue value is 70 (27.73% from 255 or 32.26% from 217); Max value from RGB is 95 - color contains mainly: green. Hex color #345F46 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #345F46 is #CBA0B9. Grayscale: #4F4F4F. Windows color (decimal): -13344954 or 4611892. OLE color: 4611892.
HSL color Cylindrical-coordinate representation of color #345F46: hue angle of 145.12º degrees, saturation: 0.29, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #345F46 is Cyan = 0.45, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 52 | 95 | 70 | - |
| CMYK | 0.45 | 0 | 0.26 | 0.63 |
| HSL | 145.12º | 0.29% | 0.29% | - |
| HSV(B) | 145.12º | 0.45% | 0.37% | - |
| XYZ | 6.61 | 9.36 | 7.25 | - |
| YUV | 79.29 | 122.75 | 108.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 95 | 70 | 0.45 | 0 | 0.26 | 0.63 | 145.12 | 0.29 | 0.29 |
| Hex | 34 | 5F | 46 | 2D | 0 | 1A | 3F | 91 | 1D | 1D |
| Octal | 64 | 137 | 106 | 55 | 0 | 32 | 77 | 221 | 35 | 35 |
| Binary | 110100 | 1011111 | 1000110 | 101101 | 0 | 11010 | 111111 | 10010001 | 11101 | 11101 |
Color Harmonies of #345F46
Complementary color
Monochromatic Colors of #345F46
Black with #345F46
Text Example
Text Example
White with #345F46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345F46; }
p { color: rgb(52,95,70); }
H1.HeaderClassName
{
color: #345F46;
}
.AnyTagClassName
{
color: #345F46;
}
</style>
background-color css
<style>
a { background-color: #345F46; }
a { background-color: rgb(52,95,70); }
div.DivClassName
{
background-color: #345F46;
}
.BgClassName
{
background-color: #345F46;
}
</style>
border-color css
<style>
span { border-color: #345F46; }
span { border-color: rgb(52,95,70); }
td.TdClassName
{
border-color: #345F46;
}
.TagClassName
{
border-color: #345F46;
}
</style>