Shades of Green Pea #345E45
Tints of Green Pea #345E45
RGB
CMYK
RGB Variations
Color information
#345E45 (or 0x345E45) is known color: Green Pea. HEX triplet: 34, 5E and 45. RGB value is (52,94,69). Sum of RGB (Red+Green+Blue) = 52+94+69=215 (28% of max value = 765). Red value is 52 (20.70% from 255 or 24.19% from 215); Green value is 94 (37.11% from 255 or 43.72% from 215); Blue value is 69 (27.34% from 255 or 32.09% from 215); Max value from RGB is 94 - color contains mainly: green. Hex color #345E45 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #345E45 is #CBA1BA. Grayscale: #4E4E4E. Windows color (decimal): -13345211 or 4546100. OLE color: 4546100.
HSL color Cylindrical-coordinate representation of color #345E45: hue angle of 144.29º 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 #345E45 is Cyan = 0.45, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 52 | 94 | 69 | - |
| CMYK | 0.45 | 0 | 0.27 | 0.63 |
| HSL | 144.29º | 0.29% | 0.29% | - |
| HSV(B) | 144.29º | 0.45% | 0.37% | - |
| XYZ | 6.49 | 9.17 | 7.06 | - |
| YUV | 78.59 | 122.59 | 109.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 94 | 69 | 0.45 | 0 | 0.27 | 0.63 | 144.29 | 0.29 | 0.29 |
| Hex | 34 | 5E | 45 | 2D | 0 | 1B | 3F | 90 | 1D | 1D |
| Octal | 64 | 136 | 105 | 55 | 0 | 33 | 77 | 220 | 35 | 35 |
| Binary | 110100 | 1011110 | 1000101 | 101101 | 0 | 11011 | 111111 | 10010000 | 11101 | 11101 |
Color Harmonies of #345E45
Complementary color
Monochromatic Colors of #345E45
Black with #345E45
Text Example
Text Example
White with #345E45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345E45; }
p { color: rgb(52,94,69); }
H1.HeaderClassName
{
color: #345E45;
}
.AnyTagClassName
{
color: #345E45;
}
</style>
background-color css
<style>
a { background-color: #345E45; }
a { background-color: rgb(52,94,69); }
div.DivClassName
{
background-color: #345E45;
}
.BgClassName
{
background-color: #345E45;
}
</style>
border-color css
<style>
span { border-color: #345E45; }
span { border-color: rgb(52,94,69); }
td.TdClassName
{
border-color: #345E45;
}
.TagClassName
{
border-color: #345E45;
}
</style>