Html Css Color HEX #50561E Army green

📋 copy color: '#50561E'

red 80 ◦ green 86 ◦ blue 30

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

Shades of Army green #50561E

Tints of Army green #50561E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 15.31%

R = 40.82%
G = 43.88%
B = 15.31%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.65

 K value IS 0.66

RGB Variations

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

Color information

#50561E (or 0x50561E) is known color: Army green. HEX triplet: 50, 56 and 1E. RGB value is (80,86,30). Sum of RGB (Red+Green+Blue) = 80+86+30=196 (25% of max value = 765). Red value is 80 (31.64% from 255 or 40.82% from 196); Green value is 86 (33.98% from 255 or 43.88% from 196); Blue value is 30 (12.11% from 255 or 15.31% from 196); Max value from RGB is 86 - color contains mainly: green. Hex color #50561E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50561E is #AFA9E1. Grayscale: #4E4E4E. Windows color (decimal): -11512290 or 1988176. OLE color: 1988176.

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

Color convert

RGB 80 86 30 -
CMYK 0.07 0 0.65 0.66
HSL 66.43º 0.48% 0.23% -
HSV(B) 66.43º 0.65% 0.34% -
XYZ 6.87 8.45 2.5 -
YUV 77.82 101.01 129.55 -
System Red Green Blue C M Y K H S L
Decimal 80 86 30 0.07 0 0.65 0.66 66.43 0.48 0.23
Hex 50 56 1E 7 0 41 42 42 30 17
Octal 120 126 36 7 0 101 102 102 60 27
Binary 1010000 1010110 11110 111 0 1000001 1000010 1000010 110000 10111

Color Harmonies of #50561E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50561E

Black with #50561E

Text Example


Text Example

White with #50561E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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