Html Css Color HEX #475223 Army green

📋 copy color: '#475223'

red 71 ◦ green 82 ◦ blue 35

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

Shades of Army green #475223

Tints of Army green #475223

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 18.62%

R = 37.77%
G = 43.62%
B = 18.62%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.57

 K value IS 0.68

RGB Variations

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

Color information

#475223 (or 0x475223) is known color: Army green. HEX triplet: 47, 52 and 23. RGB value is (71,82,35). Sum of RGB (Red+Green+Blue) = 71+82+35=188 (24% of max value = 765). Red value is 71 (28.12% from 255 or 37.77% from 188); Green value is 82 (32.42% from 255 or 43.62% from 188); Blue value is 35 (14.06% from 255 or 18.62% from 188); Max value from RGB is 82 - color contains mainly: green. Hex color #475223 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #475223 is #B8ADDC. Grayscale: #494949. Windows color (decimal): -12103133 or 2314823. OLE color: 2314823.

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

Color convert

RGB 71 82 35 -
CMYK 0.13 0 0.57 0.68
HSL 74.04º 0.4% 0.23% -
HSV(B) 74.04º 0.57% 0.32% -
XYZ 5.92 7.5 2.72 -
YUV 73.35 106.36 126.32 -
System Red Green Blue C M Y K H S L
Decimal 71 82 35 0.13 0 0.57 0.68 74.04 0.4 0.23
Hex 47 52 23 D 0 39 44 4A 28 17
Octal 107 122 43 15 0 71 104 112 50 27
Binary 1000111 1010010 100011 1101 0 111001 1000100 1001010 101000 10111

Color Harmonies of #475223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475223

Black with #475223

Text Example


Text Example

White with #475223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #475223; }

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

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

background-color css

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

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

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

border-color css

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

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

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