Html Css Color HEX #474F1F Army green

📋 copy color: '#474F1F'

red 71 ◦ green 79 ◦ blue 31

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

Shades of Army green #474F1F

Tints of Army green #474F1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 17.13%

R = 39.23%
G = 43.65%
B = 17.13%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.61

 K value IS 0.69

RGB Variations

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

Color information

#474F1F (or 0x474F1F) is known color: Army green. HEX triplet: 47, 4F and 1F. RGB value is (71,79,31). Sum of RGB (Red+Green+Blue) = 71+79+31=181 (23% of max value = 765). Red value is 71 (28.12% from 255 or 39.23% from 181); Green value is 79 (31.25% from 255 or 43.65% from 181); Blue value is 31 (12.5% from 255 or 17.13% from 181); Max value from RGB is 79 - color contains mainly: green. Hex color #474F1F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #474F1F is #B8B0E0. Grayscale: #474747. Windows color (decimal): -12103905 or 2051911. OLE color: 2051911.

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

Color convert

RGB 71 79 31 -
CMYK 0.10 0 0.61 0.69
HSL 70º 0.44% 0.22% -
HSV(B) 70º 0.61% 0.31% -
XYZ 5.64 7.03 2.36 -
YUV 71.14 105.35 127.9 -
System Red Green Blue C M Y K H S L
Decimal 71 79 31 0.10 0 0.61 0.69 70 0.44 0.22
Hex 47 4F 1F A 0 3D 45 46 2C 16
Octal 107 117 37 12 0 75 105 106 54 26
Binary 1000111 1001111 11111 1010 0 111101 1000101 1000110 101100 10110

Color Harmonies of #474F1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474F1F

Black with #474F1F

Text Example


Text Example

White with #474F1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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