Html Css Color HEX #474921 Army green

📋 copy color: '#474921'

red 71 ◦ green 73 ◦ blue 33

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

Shades of Army green #474921

Tints of Army green #474921

RGB

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

 GREEN value IS 73 (28.91% from 255) = 41.24%

 BLUE value IS 33 (13.28% from 255) = 18.64%

R = 40.11%
G = 41.24%
B = 18.64%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.55

 K value IS 0.71

RGB Variations

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

Color information

#474921 (or 0x474921) is known color: Army green. HEX triplet: 47, 49 and 21. RGB value is (71,73,33). Sum of RGB (Red+Green+Blue) = 71+73+33=177 (23% of max value = 765). Red value is 71 (28.12% from 255 or 40.11% from 177); Green value is 73 (28.91% from 255 or 41.24% from 177); Blue value is 33 (13.28% from 255 or 18.64% from 177); Max value from RGB is 73 - color contains mainly: green. Hex color #474921 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474921 is #B8B6DE. Grayscale: #444444. Windows color (decimal): -12105439 or 2181447. OLE color: 2181447.

HSL color Cylindrical-coordinate representation of color #474921: hue angle of 63º degrees, saturation: 0.38, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #474921 is Cyan = 0.03, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.71.

Color convert

RGB 71 73 33 -
CMYK 0.03 0 0.55 0.71
HSL 63º 0.38% 0.21% -
HSV(B) 63º 0.55% 0.29% -
XYZ 5.26 6.21 2.36 -
YUV 67.84 108.34 130.25 -
System Red Green Blue C M Y K H S L
Decimal 71 73 33 0.03 0 0.55 0.71 63 0.38 0.21
Hex 47 49 21 3 0 37 47 3F 26 15
Octal 107 111 41 3 0 67 107 77 46 25
Binary 1000111 1001001 100001 11 0 110111 1000111 111111 100110 10101

Color Harmonies of #474921

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474921

Black with #474921

Text Example


Text Example

White with #474921

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474921; }

 p { color: rgb(71,73,33); }

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

background-color css

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

 a { background-color: rgb(71,73,33); }

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

border-color css

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

 span { border-color: rgb(71,73,33); }

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