Html Css Color HEX #346B42 Hunter Green

📋 copy color: '#346B42'

red 52 ◦ green 107 ◦ blue 66

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

Shades of Hunter Green #346B42

Tints of Hunter Green #346B42

RGB

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

 GREEN value IS 107 (42.19% from 255) = 47.56%

 BLUE value IS 66 (26.17% from 255) = 29.33%

R = 23.11%
G = 47.56%
B = 29.33%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.38

 K value IS 0.58

RGB Variations

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

Color information

#346B42 (or 0x346B42) is known color: Hunter Green. HEX triplet: 34, 6B and 42. RGB value is (52,107,66). Sum of RGB (Red+Green+Blue) = 52+107+66=225 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.11% from 225); Green value is 107 (42.19% from 255 or 47.56% from 225); Blue value is 66 (26.17% from 255 or 29.33% from 225); Max value from RGB is 107 - color contains mainly: green. Hex color #346B42 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #346B42 is #CB94BD. Grayscale: #555555. Windows color (decimal): -13341886 or 4352820. OLE color: 4352820.

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

Color convert

RGB 52 107 66 -
CMYK 0.51 0 0.38 0.58
HSL 135.27º 0.35% 0.31% -
HSV(B) 135.27º 0.51% 0.42% -
XYZ 7.66 11.64 7 -
YUV 85.88 116.78 103.83 -
System Red Green Blue C M Y K H S L
Decimal 52 107 66 0.51 0 0.38 0.58 135.27 0.35 0.31
Hex 34 6B 42 33 0 26 3A 87 23 1F
Octal 64 153 102 63 0 46 72 207 43 37
Binary 110100 1101011 1000010 110011 0 100110 111010 10000111 100011 11111

Color Harmonies of #346B42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346B42

Black with #346B42

Text Example


Text Example

White with #346B42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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