Html Css Color HEX #50561C Army green

📋 copy color: '#50561C'

red 80 ◦ green 86 ◦ blue 28

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

Shades of Army green #50561C

Tints of Army green #50561C

RGB

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

 GREEN value IS 86 (33.98% from 255) = 44.33%

 BLUE value IS 28 (11.33% from 255) = 14.43%

R = 41.24%
G = 44.33%
B = 14.43%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.67

 K value IS 0.66

RGB Variations

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

Color information

#50561C (or 0x50561C) is known color: Army green. HEX triplet: 50, 56 and 1C. RGB value is (80,86,28). Sum of RGB (Red+Green+Blue) = 80+86+28=194 (25% of max value = 765). Red value is 80 (31.64% from 255 or 41.24% from 194); Green value is 86 (33.98% from 255 or 44.33% from 194); Blue value is 28 (11.33% from 255 or 14.43% from 194); Max value from RGB is 86 - color contains mainly: green. Hex color #50561C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50561C is #AFA9E3. Grayscale: #4D4D4D. Windows color (decimal): -11512292 or 1857104. OLE color: 1857104.

HSL color Cylindrical-coordinate representation of color #50561C: hue angle of 66.21º degrees, saturation: 0.51, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #50561C is Cyan = 0.07, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.66.

Color convert

RGB 80 86 28 -
CMYK 0.07 0 0.67 0.66
HSL 66.21º 0.51% 0.22% -
HSV(B) 66.21º 0.67% 0.34% -
XYZ 6.85 8.44 2.37 -
YUV 77.59 100.01 129.72 -
System Red Green Blue C M Y K H S L
Decimal 80 86 28 0.07 0 0.67 0.66 66.21 0.51 0.22
Hex 50 56 1C 7 0 43 42 42 33 16
Octal 120 126 34 7 0 103 102 102 63 26
Binary 1010000 1010110 11100 111 0 1000011 1000010 1000010 110011 10110

Color Harmonies of #50561C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50561C

Black with #50561C

Text Example


Text Example

White with #50561C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50561C; }

 p { color: rgb(80,86,28); }

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

background-color css

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

 a { background-color: rgb(80,86,28); }

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

border-color css

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

 span { border-color: rgb(80,86,28); }

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