Html Css Color HEX #346F40 Hunter Green

📋 copy color: '#346F40'

red 52 ◦ green 111 ◦ blue 64

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

Shades of Hunter Green #346F40

Tints of Hunter Green #346F40

RGB

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

 GREEN value IS 111 (43.75% from 255) = 48.9%

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

R = 22.91%
G = 48.9%
B = 28.19%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.42

 K value IS 0.56

RGB Variations

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

Color information

#346F40 (or 0x346F40) is known color: Hunter Green. HEX triplet: 34, 6F and 40. RGB value is (52,111,64). Sum of RGB (Red+Green+Blue) = 52+111+64=227 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.91% from 227); Green value is 111 (43.75% from 255 or 48.90% from 227); Blue value is 64 (25.39% from 255 or 28.19% from 227); Max value from RGB is 111 - color contains mainly: green. Hex color #346F40 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #346F40 is #CB90BF. Grayscale: #585858. Windows color (decimal): -13340864 or 4222772. OLE color: 4222772.

HSL color Cylindrical-coordinate representation of color #346F40: hue angle of 132.2º degrees, saturation: 0.36, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #346F40 is Cyan = 0.53, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.56.

Color convert

RGB 52 111 64 -
CMYK 0.53 0 0.42 0.56
HSL 132.2º 0.36% 0.32% -
HSV(B) 132.2º 0.53% 0.44% -
XYZ 8.03 12.47 6.83 -
YUV 88 114.45 102.32 -
System Red Green Blue C M Y K H S L
Decimal 52 111 64 0.53 0 0.42 0.56 132.2 0.36 0.32
Hex 34 6F 40 35 0 2A 38 84 24 20
Octal 64 157 100 65 0 52 70 204 44 40
Binary 110100 1101111 1000000 110101 0 101010 111000 10000100 100100 100000

Color Harmonies of #346F40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346F40

Black with #346F40

Text Example


Text Example

White with #346F40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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