Html Css Color HEX #346D40 Hunter Green

📋 copy color: '#346D40'

red 52 ◦ green 109 ◦ blue 64

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

Shades of Hunter Green #346D40

Tints of Hunter Green #346D40

RGB

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

 GREEN value IS 109 (42.97% from 255) = 48.44%

 BLUE value IS 64 (25.39% from 255) = 28.44%

R = 23.11%
G = 48.44%
B = 28.44%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.41

 K value IS 0.57

RGB Variations

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

Color information

#346D40 (or 0x346D40) is known color: Hunter Green. HEX triplet: 34, 6D and 40. RGB value is (52,109,64). Sum of RGB (Red+Green+Blue) = 52+109+64=225 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.11% from 225); Green value is 109 (42.97% from 255 or 48.44% from 225); Blue value is 64 (25.39% from 255 or 28.44% from 225); Max value from RGB is 109 - color contains mainly: green. Hex color #346D40 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #346D40 is #CB92BF. Grayscale: #565656. Windows color (decimal): -13341376 or 4222260. OLE color: 4222260.

HSL color Cylindrical-coordinate representation of color #346D40: hue angle of 132.63º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #346D40 is Cyan = 0.52, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.57.

Color convert

RGB 52 109 64 -
CMYK 0.52 0 0.41 0.57
HSL 132.63º 0.35% 0.32% -
HSV(B) 132.63º 0.52% 0.43% -
XYZ 7.81 12.04 6.76 -
YUV 86.83 115.12 103.16 -
System Red Green Blue C M Y K H S L
Decimal 52 109 64 0.52 0 0.41 0.57 132.63 0.35 0.32
Hex 34 6D 40 34 0 29 39 85 23 20
Octal 64 155 100 64 0 51 71 205 43 40
Binary 110100 1101101 1000000 110100 0 101001 111001 10000101 100011 100000

Color Harmonies of #346D40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346D40

Black with #346D40

Text Example


Text Example

White with #346D40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,109,64); }

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

background-color css

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

 a { background-color: rgb(52,109,64); }

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

border-color css

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

 span { border-color: rgb(52,109,64); }

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