Html Css Color HEX #474F21 Army green

📋 copy color: '#474F21'

red 71 ◦ green 79 ◦ blue 33

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

Shades of Army green #474F21

Tints of Army green #474F21

RGB

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

 GREEN value IS 79 (31.25% from 255) = 43.17%

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

R = 38.8%
G = 43.17%
B = 18.03%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.58

 K value IS 0.69

RGB Variations

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

Color information

#474F21 (or 0x474F21) is known color: Army green. HEX triplet: 47, 4F and 21. RGB value is (71,79,33). Sum of RGB (Red+Green+Blue) = 71+79+33=183 (24% of max value = 765). Red value is 71 (28.12% from 255 or 38.80% from 183); Green value is 79 (31.25% from 255 or 43.17% from 183); Blue value is 33 (13.28% from 255 or 18.03% from 183); Max value from RGB is 79 - color contains mainly: green. Hex color #474F21 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #474F21 is #B8B0DE. Grayscale: #474747. Windows color (decimal): -12103903 or 2182983. OLE color: 2182983.

HSL color Cylindrical-coordinate representation of color #474F21: hue angle of 70.43º degrees, saturation: 0.41, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #474F21 is Cyan = 0.10, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.69.

Color convert

RGB 71 79 33 -
CMYK 0.10 0 0.58 0.69
HSL 70.43º 0.41% 0.22% -
HSV(B) 70.43º 0.58% 0.31% -
XYZ 5.67 7.04 2.5 -
YUV 71.36 106.35 127.74 -
System Red Green Blue C M Y K H S L
Decimal 71 79 33 0.10 0 0.58 0.69 70.43 0.41 0.22
Hex 47 4F 21 A 0 3A 45 46 29 16
Octal 107 117 41 12 0 72 105 106 51 26
Binary 1000111 1001111 100001 1010 0 111010 1000101 1000110 101001 10110

Color Harmonies of #474F21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474F21

Black with #474F21

Text Example


Text Example

White with #474F21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474F21; }

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

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

background-color css

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

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

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

border-color css

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

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

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