Html Css Color HEX #50571B Army green

📋 copy color: '#50571B'

red 80 ◦ green 87 ◦ blue 27

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

Shades of Army green #50571B

Tints of Army green #50571B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 13.92%

R = 41.24%
G = 44.85%
B = 13.92%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.69

 K value IS 0.66

RGB Variations

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

Color information

#50571B (or 0x50571B) is known color: Army green. HEX triplet: 50, 57 and 1B. RGB value is (80,87,27). Sum of RGB (Red+Green+Blue) = 80+87+27=194 (25% of max value = 765). Red value is 80 (31.64% from 255 or 41.24% from 194); Green value is 87 (34.38% from 255 or 44.85% from 194); Blue value is 27 (10.94% from 255 or 13.92% from 194); Max value from RGB is 87 - color contains mainly: green. Hex color #50571B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50571B is #AFA8E4. Grayscale: #4E4E4E. Windows color (decimal): -11512037 or 1791824. OLE color: 1791824.

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

Color convert

RGB 80 87 27 -
CMYK 0.08 0 0.69 0.66
HSL 67º 0.53% 0.22% -
HSV(B) 67º 0.69% 0.34% -
XYZ 6.91 8.6 2.33 -
YUV 78.07 99.18 129.38 -
System Red Green Blue C M Y K H S L
Decimal 80 87 27 0.08 0 0.69 0.66 67 0.53 0.22
Hex 50 57 1B 8 0 45 42 43 35 16
Octal 120 127 33 10 0 105 102 103 65 26
Binary 1010000 1010111 11011 1000 0 1000101 1000010 1000011 110101 10110

Color Harmonies of #50571B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50571B

Black with #50571B

Text Example


Text Example

White with #50571B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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