Html Css Color HEX #474F24 Army green

📋 copy color: '#474F24'

red 71 ◦ green 79 ◦ blue 36

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

Shades of Army green #474F24

Tints of Army green #474F24

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 19.35%

R = 38.17%
G = 42.47%
B = 19.35%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.54

 K value IS 0.69

RGB Variations

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

Color information

#474F24 (or 0x474F24) is known color: Army green. HEX triplet: 47, 4F and 24. RGB value is (71,79,36). Sum of RGB (Red+Green+Blue) = 71+79+36=186 (24% of max value = 765). Red value is 71 (28.12% from 255 or 38.17% from 186); Green value is 79 (31.25% from 255 or 42.47% from 186); Blue value is 36 (14.45% from 255 or 19.35% from 186); Max value from RGB is 79 - color contains mainly: green. Hex color #474F24 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #474F24 is #B8B0DB. Grayscale: #474747. Windows color (decimal): -12103900 or 2379591. OLE color: 2379591.

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

Color convert

RGB 71 79 36 -
CMYK 0.10 0 0.54 0.69
HSL 71.16º 0.37% 0.23% -
HSV(B) 71.16º 0.54% 0.31% -
XYZ 5.71 7.06 2.73 -
YUV 71.71 107.85 127.5 -
System Red Green Blue C M Y K H S L
Decimal 71 79 36 0.10 0 0.54 0.69 71.16 0.37 0.23
Hex 47 4F 24 A 0 36 45 47 25 17
Octal 107 117 44 12 0 66 105 107 45 27
Binary 1000111 1001111 100100 1010 0 110110 1000101 1000111 100101 10111

Color Harmonies of #474F24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474F24

Black with #474F24

Text Example


Text Example

White with #474F24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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