Html Css Color HEX #347142 Hunter Green

📋 copy color: '#347142'

red 52 ◦ green 113 ◦ blue 66

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

Shades of Hunter Green #347142

Tints of Hunter Green #347142

RGB

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

 GREEN value IS 113 (44.53% from 255) = 48.92%

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

R = 22.51%
G = 48.92%
B = 28.57%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.42

 K value IS 0.56

RGB Variations

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

Color information

#347142 (or 0x347142) is known color: Hunter Green. HEX triplet: 34, 71 and 42. RGB value is (52,113,66). Sum of RGB (Red+Green+Blue) = 52+113+66=231 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.51% from 231); Green value is 113 (44.53% from 255 or 48.92% from 231); Blue value is 66 (26.17% from 255 or 28.57% from 231); Max value from RGB is 113 - color contains mainly: green. Hex color #347142 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #347142 is #CB8EBD. Grayscale: #595959. Windows color (decimal): -13340350 or 4354356. OLE color: 4354356.

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

Color convert

RGB 52 113 66 -
CMYK 0.54 0 0.42 0.56
HSL 133.77º 0.37% 0.32% -
HSV(B) 133.77º 0.54% 0.44% -
XYZ 8.3 12.93 7.21 -
YUV 89.4 114.79 101.32 -
System Red Green Blue C M Y K H S L
Decimal 52 113 66 0.54 0 0.42 0.56 133.77 0.37 0.32
Hex 34 71 42 36 0 2A 38 86 25 20
Octal 64 161 102 66 0 52 70 206 45 40
Binary 110100 1110001 1000010 110110 0 101010 111000 10000110 100101 100000

Color Harmonies of #347142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #347142

Black with #347142

Text Example


Text Example

White with #347142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #347142; }

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

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

background-color css

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

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

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

border-color css

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

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

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