Html Css Color HEX #346949 Green Pea

📋 copy color: '#346949'

red 52 ◦ green 105 ◦ blue 73

#346949
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Green Pea #346949

Tints of Green Pea #346949

RGB

 RED value IS 52 (20.7% 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 value IS 0.50

 M value IS 0

 Y value IS 0.30

 K value IS 0.59

RGB Variations

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

Color information

#346949 (or 0x346949) is known color: 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

RGB 52 105 73 -
CMYK 0.50 0 0.30 0.59
HSL 143.77º 0.34% 0.31% -
HSV(B) 143.77º 0.5% 0.41% -
XYZ 7.67 11.31 8.08 -
YUV 85.51 120.94 104.1 -
System Red Green Blue C M Y K H S L
Decimal 52 105 73 0.50 0 0.30 0.59 143.77 0.34 0.31
Hex 34 69 49 32 0 1E 3B 90 22 1F
Octal 64 151 111 62 0 36 73 220 42 37
Binary 110100 1101001 1001001 110010 0 11110 111011 10010000 100010 11111

Color Harmonies of #346949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346949

Black with #346949

Text Example


Text Example

White with #346949

Text Example


Text Example

HTML Codes & Css Web 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>