Html Css Color HEX #50571D Army green

📋 copy color: '#50571D'

red 80 ◦ green 87 ◦ blue 29

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

Shades of Army green #50571D

Tints of Army green #50571D

RGB

 RED value IS 80 (31.64% from 255) = 40.82%

 GREEN value IS 87 (34.38% from 255) = 44.39%

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

R = 40.82%
G = 44.39%
B = 14.8%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.67

 K value IS 0.66

RGB Variations

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

Color information

#50571D (or 0x50571D) is known color: Army green. HEX triplet: 50, 57 and 1D. RGB value is (80,87,29). Sum of RGB (Red+Green+Blue) = 80+87+29=196 (25% of max value = 765). Red value is 80 (31.64% from 255 or 40.82% from 196); Green value is 87 (34.38% from 255 or 44.39% from 196); Blue value is 29 (11.72% from 255 or 14.80% from 196); Max value from RGB is 87 - color contains mainly: green. Hex color #50571D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50571D is #AFA8E2. Grayscale: #4E4E4E. Windows color (decimal): -11512035 or 1922896. OLE color: 1922896.

HSL color Cylindrical-coordinate representation of color #50571D: hue angle of 67.24º degrees, saturation: 0.5, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #50571D is Cyan = 0.08, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.66.

Color convert

RGB 80 87 29 -
CMYK 0.08 0 0.67 0.66
HSL 67.24º 0.5% 0.23% -
HSV(B) 67.24º 0.67% 0.34% -
XYZ 6.94 8.61 2.46 -
YUV 78.3 100.18 129.22 -
System Red Green Blue C M Y K H S L
Decimal 80 87 29 0.08 0 0.67 0.66 67.24 0.5 0.23
Hex 50 57 1D 8 0 43 42 43 32 17
Octal 120 127 35 10 0 103 102 103 62 27
Binary 1010000 1010111 11101 1000 0 1000011 1000010 1000011 110010 10111

Color Harmonies of #50571D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50571D

Black with #50571D

Text Example


Text Example

White with #50571D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50571D; }

 p { color: rgb(80,87,29); }

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

background-color css

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

 a { background-color: rgb(80,87,29); }

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

border-color css

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

 span { border-color: rgb(80,87,29); }

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