#346B49

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

Shades of Green Pea #346B49

Tints of Green Pea #346B49

Color information

#346B49 (or 0x346B49) is unknown color: approx Green Pea. HEX triplet: 34, 6B and 49. RGB value is (52,107,73). Sum of RGB (Red+Green+Blue) = 52+107+73=232 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.41% from 232); Green value is 107 (42.19% from 255 or 46.12% from 232); Blue value is 73 (28.91% from 255 or 31.47% from 232); Max value from RGB is 107 - color contains mainly: green. Hex color #346B49 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #346B49 is #CB94B6. Grayscale: #565656. Windows color (decimal): -13341879 or 4811572. OLE color: 4811572.

HSL color Cylindrical-coordinate representation of color #346B49: hue angle of 142.91º degrees, saturation: 0.35, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #346B49 is Cyan = 0.51, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.58.

Color convert

RGB5210773-
CMYK0.5100.320.58
HSL142.91º34.59%31.18%-
HSV(B)142.91º51.4%41.96%-
XYZ7.8811.738.15-
YUV86.68120.28103.26-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 22.41%
GREEN value IS 107 (42.19% from 255) = 46.12%
BLUE value IS 73 (28.91% from 255) = 31.47%
R=22.41%
G=46.12%
B=31.47%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal52107730.5100.320.58142.9134.5931.18
Hex346B49330203A8f231f
Octal6415311163040722174337
Binary1101001101011100100111001101000001110101000111110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346B49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #346B49; }

 p { color: rgb(52,107,73); }

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

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

 a { background-color: rgb(52,107,73); }

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

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

 span { border-color: rgb(52,107,73); }

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