Html Css Color HEX #474E1D Army green

📋 copy color: '#474E1D'

red 71 ◦ green 78 ◦ blue 29

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

Shades of Army green #474E1D

Tints of Army green #474E1D

RGB

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

 GREEN value IS 78 (30.86% from 255) = 43.82%

 BLUE value IS 29 (11.72% from 255) = 16.29%

R = 39.89%
G = 43.82%
B = 16.29%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.63

 K value IS 0.69

RGB Variations

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

Color information

#474E1D (or 0x474E1D) is known color: Army green. HEX triplet: 47, 4E and 1D. RGB value is (71,78,29). Sum of RGB (Red+Green+Blue) = 71+78+29=178 (23% of max value = 765). Red value is 71 (28.12% from 255 or 39.89% from 178); Green value is 78 (30.86% from 255 or 43.82% from 178); Blue value is 29 (11.72% from 255 or 16.29% from 178); Max value from RGB is 78 - color contains mainly: green. Hex color #474E1D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #474E1D is #B8B1E2. Grayscale: #464646. Windows color (decimal): -12104163 or 1920583. OLE color: 1920583.

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

Color convert

RGB 71 78 29 -
CMYK 0.09 0 0.63 0.69
HSL 68.57º 0.46% 0.21% -
HSV(B) 68.57º 0.63% 0.31% -
XYZ 5.54 6.88 2.2 -
YUV 70.32 104.68 128.48 -
System Red Green Blue C M Y K H S L
Decimal 71 78 29 0.09 0 0.63 0.69 68.57 0.46 0.21
Hex 47 4E 1D 9 0 3F 45 45 2E 15
Octal 107 116 35 11 0 77 105 105 56 25
Binary 1000111 1001110 11101 1001 0 111111 1000101 1000101 101110 10101

Color Harmonies of #474E1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474E1D

Black with #474E1D

Text Example


Text Example

White with #474E1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,78,29); }

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

background-color css

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

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

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

border-color css

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

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

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