Html Css Color HEX #475222 Army green

📋 copy color: '#475222'

red 71 ◦ green 82 ◦ blue 34

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

Shades of Army green #475222

Tints of Army green #475222

RGB

 RED value IS 71 (28.13% from 255) = 37.97%

 GREEN value IS 82 (32.42% from 255) = 43.85%

 BLUE value IS 34 (13.67% from 255) = 18.18%

R = 37.97%
G = 43.85%
B = 18.18%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.59

 K value IS 0.68

RGB Variations

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

Color information

#475222 (or 0x475222) is known color: Army green. HEX triplet: 47, 52 and 22. RGB value is (71,82,34). Sum of RGB (Red+Green+Blue) = 71+82+34=187 (24% of max value = 765). Red value is 71 (28.12% from 255 or 37.97% from 187); Green value is 82 (32.42% from 255 or 43.85% from 187); Blue value is 34 (13.67% from 255 or 18.18% from 187); Max value from RGB is 82 - color contains mainly: green. Hex color #475222 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #475222 is #B8ADDD. Grayscale: #494949. Windows color (decimal): -12103134 or 2249287. OLE color: 2249287.

HSL color Cylindrical-coordinate representation of color #475222: hue angle of 73.75º degrees, saturation: 0.41, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #475222 is Cyan = 0.13, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.68.

Color convert

RGB 71 82 34 -
CMYK 0.13 0 0.59 0.68
HSL 73.75º 0.41% 0.23% -
HSV(B) 73.75º 0.59% 0.32% -
XYZ 5.9 7.49 2.65 -
YUV 73.24 105.86 126.4 -
System Red Green Blue C M Y K H S L
Decimal 71 82 34 0.13 0 0.59 0.68 73.75 0.41 0.23
Hex 47 52 22 D 0 3B 44 4A 29 17
Octal 107 122 42 15 0 73 104 112 51 27
Binary 1000111 1010010 100010 1101 0 111011 1000100 1001010 101001 10111

Color Harmonies of #475222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475222

Black with #475222

Text Example


Text Example

White with #475222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #475222; }

 p { color: rgb(71,82,34); }

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

background-color css

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

 a { background-color: rgb(71,82,34); }

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

border-color css

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

 span { border-color: rgb(71,82,34); }

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