Html Css Color HEX #346A4C Green Pea

📋 copy color: '#346A4C'

red 52 ◦ green 106 ◦ blue 76

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

Shades of Green Pea #346A4C

Tints of Green Pea #346A4C

RGB

 RED value IS 52 (20.7% from 255) = 22.22%

 GREEN value IS 106 (41.8% from 255) = 45.3%

 BLUE value IS 76 (30.08% from 255) = 32.48%

R = 22.22%
G = 45.3%
B = 32.48%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.28

 K value IS 0.58

RGB Variations

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

Color information

#346A4C (or 0x346A4C) is known color: Green Pea. HEX triplet: 34, 6A and 4C. RGB value is (52,106,76). Sum of RGB (Red+Green+Blue) = 52+106+76=234 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.22% from 234); Green value is 106 (41.80% from 255 or 45.30% from 234); Blue value is 76 (30.08% from 255 or 32.48% from 234); Max value from RGB is 106 - color contains mainly: green. Hex color #346A4C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #346A4C is #CB95B3. Grayscale: #565656. Windows color (decimal): -13342132 or 5007924. OLE color: 5007924.

HSL color Cylindrical-coordinate representation of color #346A4C: hue angle of 146.67º degrees, saturation: 0.34, 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 #346A4C is Cyan = 0.51, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.58.

Color convert

RGB 52 106 76 -
CMYK 0.51 0 0.28 0.58
HSL 146.67º 0.34% 0.31% -
HSV(B) 146.67º 0.51% 0.42% -
XYZ 7.87 11.56 8.65 -
YUV 86.43 122.11 103.44 -
System Red Green Blue C M Y K H S L
Decimal 52 106 76 0.51 0 0.28 0.58 146.67 0.34 0.31
Hex 34 6A 4C 33 0 1C 3A 93 22 1F
Octal 64 152 114 63 0 34 72 223 42 37
Binary 110100 1101010 1001100 110011 0 11100 111010 10010011 100010 11111

Color Harmonies of #346A4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346A4C

Black with #346A4C

Text Example


Text Example

White with #346A4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,106,76); }

 H1.HeaderClassName
 {
   color: #346A4C;
 }
 .AnyTagClassName
 {
   color: #346A4C;
 }
</style>

background-color css

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

 a { background-color: rgb(52,106,76); }

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

border-color css

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

 span { border-color: rgb(52,106,76); }

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