#345E45

Color #345E45 Green Pea (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Pea #345E45

Tints of Green Pea #345E45

Color information

#345E45 (or 0x345E45) is unknown color: approx 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

RGB529469-
CMYK0.4500.270.63
HSL144.29º28.77%28.63%-
HSV(B)144.29º44.68%36.86%-
XYZ6.499.177.06-
YUV78.59122.59109.03-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 52 (20.70% from 255) = 24.19%
GREEN value IS 94 (37.11% from 255) = 43.72%
BLUE value IS 69 (27.34% from 255) = 32.09%
R=24.19%
G=43.72%
B=32.09%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal5294690.4500.270.63144.2928.7728.63
Hex345E452D01B3F901d1d
Octal6413610555033772203535
Binary11010010111101000101101101011011111111100100001110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345E45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>