#346446

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

Shades of Green Pea #346446

Tints of Green Pea #346446

Color information

#346446 (or 0x346446) is unknown color: approx Green Pea. HEX triplet: 34, 64 and 46. RGB value is (52,100,70). Sum of RGB (Red+Green+Blue) = 52+100+70=222 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.42% from 222); Green value is 100 (39.45% from 255 or 45.05% from 222); Blue value is 70 (27.73% from 255 or 31.53% from 222); Max value from RGB is 100 - color contains mainly: green. Hex color #346446 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #346446 is #CB9BB9. Grayscale: #525252. Windows color (decimal): -13343674 or 4613172. OLE color: 4613172.

HSL color Cylindrical-coordinate representation of color #346446: hue angle of 142.5º degrees, saturation: 0.32, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #346446 is Cyan = 0.48, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.61.

Color convert

RGB5210070-
CMYK0.4800.300.61
HSL142.5º31.58%29.8%-
HSV(B)142.5º48%39.22%-
XYZ7.0810.297.41-
YUV82.23121.1106.44-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 23.42%
GREEN value IS 100 (39.45% from 255) = 45.05%
BLUE value IS 70 (27.73% from 255) = 31.53%
R=23.42%
G=45.05%
B=31.53%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal52100700.4800.300.61142.531.5829.8
Hex3464463001E3D8e201e
Octal6414410660036752164036
Binary110100110010010001101100000111101111011000111010000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #346446; }

 p { color: rgb(52,100,70); }

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

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

 a { background-color: rgb(52,100,70); }

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

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

 span { border-color: rgb(52,100,70); }

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