Html Css Color HEX #474F1E Army green

📋 copy color: '#474F1E'

red 71 ◦ green 79 ◦ blue 30

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

Shades of Army green #474F1E

Tints of Army green #474F1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 16.67%

R = 39.44%
G = 43.89%
B = 16.67%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.62

 K value IS 0.69

RGB Variations

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

Color information

#474F1E (or 0x474F1E) is known color: Army green. HEX triplet: 47, 4F and 1E. RGB value is (71,79,30). Sum of RGB (Red+Green+Blue) = 71+79+30=180 (23% of max value = 765). Red value is 71 (28.12% from 255 or 39.44% from 180); Green value is 79 (31.25% from 255 or 43.89% from 180); Blue value is 30 (12.11% from 255 or 16.67% from 180); Max value from RGB is 79 - color contains mainly: green. Hex color #474F1E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #474F1E is #B8B0E1. Grayscale: #474747. Windows color (decimal): -12103906 or 1986375. OLE color: 1986375.

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

Color convert

RGB 71 79 30 -
CMYK 0.10 0 0.62 0.69
HSL 69.8º 0.45% 0.21% -
HSV(B) 69.8º 0.62% 0.31% -
XYZ 5.63 7.03 2.29 -
YUV 71.02 104.85 127.98 -
System Red Green Blue C M Y K H S L
Decimal 71 79 30 0.10 0 0.62 0.69 69.8 0.45 0.21
Hex 47 4F 1E A 0 3E 45 46 2D 15
Octal 107 117 36 12 0 76 105 106 55 25
Binary 1000111 1001111 11110 1010 0 111110 1000101 1000110 101101 10101

Color Harmonies of #474F1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474F1E

Black with #474F1E

Text Example


Text Example

White with #474F1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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