#346145

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

Shades of Green Pea #346145

Tints of Green Pea #346145

Color information

#346145 (or 0x346145) is unknown color: approx Green Pea. HEX triplet: 34, 61 and 45. RGB value is (52,97,69). Sum of RGB (Red+Green+Blue) = 52+97+69=218 (28% of max value = 765). Red value is 52 (20.70% from 255 or 23.85% from 218); Green value is 97 (38.28% from 255 or 44.50% from 218); Blue value is 69 (27.34% from 255 or 31.65% from 218); Max value from RGB is 97 - color contains mainly: green. Hex color #346145 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #346145 is #CB9EBA. Grayscale: #505050. Windows color (decimal): -13344443 or 4546868. OLE color: 4546868.

HSL color Cylindrical-coordinate representation of color #346145: hue angle of 142.67º degrees, saturation: 0.3, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #346145 is Cyan = 0.46, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.62.

Color convert

RGB529769-
CMYK0.4600.290.62
HSL142.67º30.2%29.22%-
HSV(B)142.67º46.39%38.04%-
XYZ6.779.717.15-
YUV80.35121.59107.78-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 23.85%
GREEN value IS 97 (38.28% from 255) = 44.50%
BLUE value IS 69 (27.34% from 255) = 31.65%
R=23.85%
G=44.50%
B=31.65%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5297690.4600.290.62142.6730.229.22
Hex3461452E01D3E8f1e1d
Octal6414110556035762173635
Binary11010011000011000101101110011101111110100011111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346145

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #346145; }

 p { color: rgb(52,97,69); }

 H1.HeaderClassName
 {
   color: #346145;
 }
 .AnyTagClassName
 {
   color: #346145;
 }
</style>
background-color css

<style>
 a { background-color: #346145; }

 a { background-color: rgb(52,97,69); }

 div.DivClassName
 {
   background-color: #346145;
 }
 .BgClassName
 {
   background-color: #346145;
 }
</style>
border-color css

<style>
 span { border-color: #346145; }

 span { border-color: rgb(52,97,69); }

 td.TdClassName
 {
   border-color: #346145;
 }
 .TagClassName
 {
   border-color: #346145;
 }
</style>