Html Css Color HEX #474D23 Army green

📋 copy color: '#474D23'

red 71 ◦ green 77 ◦ blue 35

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

Shades of Army green #474D23

Tints of Army green #474D23

RGB

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

 GREEN value IS 77 (30.47% from 255) = 42.08%

 BLUE value IS 35 (14.06% from 255) = 19.13%

R = 38.8%
G = 42.08%
B = 19.13%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.55

 K value IS 0.70

RGB Variations

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

Color information

#474D23 (or 0x474D23) is known color: Army green. HEX triplet: 47, 4D and 23. RGB value is (71,77,35). Sum of RGB (Red+Green+Blue) = 71+77+35=183 (24% of max value = 765). Red value is 71 (28.12% from 255 or 38.80% from 183); Green value is 77 (30.47% from 255 or 42.08% from 183); Blue value is 35 (14.06% from 255 or 19.13% from 183); Max value from RGB is 77 - color contains mainly: green. Hex color #474D23 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #474D23 is #B8B2DC. Grayscale: #464646. Windows color (decimal): -12104413 or 2313543. OLE color: 2313543.

HSL color Cylindrical-coordinate representation of color #474D23: hue angle of 68.57º degrees, saturation: 0.38, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #474D23 is Cyan = 0.08, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.70.

Color convert

RGB 71 77 35 -
CMYK 0.08 0 0.55 0.70
HSL 68.57º 0.38% 0.22% -
HSV(B) 68.57º 0.55% 0.3% -
XYZ 5.56 6.77 2.6 -
YUV 70.42 108.01 128.42 -
System Red Green Blue C M Y K H S L
Decimal 71 77 35 0.08 0 0.55 0.70 68.57 0.38 0.22
Hex 47 4D 23 8 0 37 46 45 26 16
Octal 107 115 43 10 0 67 106 105 46 26
Binary 1000111 1001101 100011 1000 0 110111 1000110 1000101 100110 10110

Color Harmonies of #474D23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474D23

Black with #474D23

Text Example


Text Example

White with #474D23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,77,35); }

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

background-color css

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

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

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

border-color css

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

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

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