Html Css Color HEX #474A1F Army green

📋 copy color: '#474A1F'

red 71 ◦ green 74 ◦ blue 31

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

Shades of Army green #474A1F

Tints of Army green #474A1F

RGB

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

 GREEN value IS 74 (29.3% from 255) = 42.05%

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

R = 40.34%
G = 42.05%
B = 17.61%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.58

 K value IS 0.71

RGB Variations

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

Color information

#474A1F (or 0x474A1F) is known color: Army green. HEX triplet: 47, 4A and 1F. RGB value is (71,74,31). Sum of RGB (Red+Green+Blue) = 71+74+31=176 (23% of max value = 765). Red value is 71 (28.12% from 255 or 40.34% from 176); Green value is 74 (29.30% from 255 or 42.05% from 176); Blue value is 31 (12.5% from 255 or 17.61% from 176); Max value from RGB is 74 - color contains mainly: green. Hex color #474A1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474A1F is #B8B5E0. Grayscale: #444444. Windows color (decimal): -12105185 or 2050631. OLE color: 2050631.

HSL color Cylindrical-coordinate representation of color #474A1F: hue angle of 64.19º degrees, saturation: 0.41, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #474A1F is Cyan = 0.04, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.71.

Color convert

RGB 71 74 31 -
CMYK 0.04 0 0.58 0.71
HSL 64.19º 0.41% 0.21% -
HSV(B) 64.19º 0.58% 0.29% -
XYZ 5.29 6.34 2.24 -
YUV 68.2 107.01 130 -
System Red Green Blue C M Y K H S L
Decimal 71 74 31 0.04 0 0.58 0.71 64.19 0.41 0.21
Hex 47 4A 1F 4 0 3A 47 40 29 15
Octal 107 112 37 4 0 72 107 100 51 25
Binary 1000111 1001010 11111 100 0 111010 1000111 1000000 101001 10101

Color Harmonies of #474A1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474A1F

Black with #474A1F

Text Example


Text Example

White with #474A1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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