Html Css Color HEX #474717 Army green

📋 copy color: '#474717'

red 71 ◦ green 71 ◦ blue 23

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

Shades of Army green #474717

Tints of Army green #474717

RGB

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

 GREEN value IS 71 (28.13% from 255) = 43.03%

 BLUE value IS 23 (9.38% from 255) = 13.94%

R = 43.03%
G = 43.03%
B = 13.94%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.68

 K value IS 0.72

RGB Variations

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

Color information

#474717 (or 0x474717) is known color: Army green. HEX triplet: 47, 47 and 17. RGB value is (71,71,23). Sum of RGB (Red+Green+Blue) = 71+71+23=165 (21% of max value = 765). Red value is 71 (28.12% from 255 or 43.03% from 165); Green value is 71 (28.12% from 255 or 43.03% from 165); Blue value is 23 (9.38% from 255 or 13.94% from 165); Max value from RGB is 71 - color contains mainly: red, green. Hex color #474717 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #474717 is #B8B8E8. Grayscale: #414141. Windows color (decimal): -12105961 or 1525575. OLE color: 1525575.

HSL color Cylindrical-coordinate representation of color #474717: hue angle of 60º degrees, saturation: 0.51, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #474717 is Cyan = 0, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 71 23 -
CMYK 0 0 0.68 0.72
HSL 60º 0.51% 0.18% -
HSV(B) 60º 0.68% 0.28% -
XYZ 5.01 5.91 1.69 -
YUV 65.53 104 131.9 -
System Red Green Blue C M Y K H S L
Decimal 71 71 23 0 0 0.68 0.72 60 0.51 0.18
Hex 47 47 17 0 0 44 48 3C 33 12
Octal 107 107 27 0 0 104 110 74 63 22
Binary 1000111 1000111 10111 0 0 1000100 1001000 111100 110011 10010

Color Harmonies of #474717

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474717

Black with #474717

Text Example


Text Example

White with #474717

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474717; }

 p { color: rgb(71,71,23); }

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

background-color css

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

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

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

border-color css

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

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

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