#346949

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

Shades of Green Pea #346949

Tints of Green Pea #346949

Color information

#346949 (or 0x346949) is unknown color: approx Green Pea. HEX triplet: 34, 69 and 49. RGB value is (52,105,73). Sum of RGB (Red+Green+Blue) = 52+105+73=230 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.61% from 230); Green value is 105 (41.41% from 255 or 45.65% from 230); Blue value is 73 (28.91% from 255 or 31.74% from 230); Max value from RGB is 105 - color contains mainly: green. Hex color #346949 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #346949 is #CB96B6. Grayscale: #555555. Windows color (decimal): -13342391 or 4811060. OLE color: 4811060.

HSL color Cylindrical-coordinate representation of color #346949: hue angle of 143.77º degrees, saturation: 0.34, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #346949 is Cyan = 0.50, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.59.

Color convert

RGB5210573-
CMYK0.5000.300.59
HSL143.77º33.76%30.78%-
HSV(B)143.77º50.48%41.18%-
XYZ7.6711.318.08-
YUV85.5120.94104.1-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 22.61%
GREEN value IS 105 (41.41% from 255) = 45.65%
BLUE value IS 73 (28.91% from 255) = 31.74%
R=22.61%
G=45.65%
B=31.74%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal52105730.5000.300.59143.7733.7630.78
Hex3469493201E3B90221f
Octal6415111162036732204237
Binary110100110100110010011100100111101110111001000010001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #346949; }

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

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

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

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

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

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

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

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