Html Css Color HEX #50561A Army green

📋 copy color: '#50561A'

red 80 ◦ green 86 ◦ blue 26

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

Shades of Army green #50561A

Tints of Army green #50561A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 13.54%

R = 41.67%
G = 44.79%
B = 13.54%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.70

 K value IS 0.66

RGB Variations

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

Color information

#50561A (or 0x50561A) is known color: Army green. HEX triplet: 50, 56 and 1A. RGB value is (80,86,26). Sum of RGB (Red+Green+Blue) = 80+86+26=192 (25% of max value = 765). Red value is 80 (31.64% from 255 or 41.67% from 192); Green value is 86 (33.98% from 255 or 44.79% from 192); Blue value is 26 (10.55% from 255 or 13.54% from 192); Max value from RGB is 86 - color contains mainly: green. Hex color #50561A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50561A is #AFA9E5. Grayscale: #4D4D4D. Windows color (decimal): -11512294 or 1726032. OLE color: 1726032.

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

Color convert

RGB 80 86 26 -
CMYK 0.07 0 0.70 0.66
HSL 66º 0.54% 0.22% -
HSV(B) 66º 0.7% 0.34% -
XYZ 6.82 8.44 2.25 -
YUV 77.37 99.01 129.88 -
System Red Green Blue C M Y K H S L
Decimal 80 86 26 0.07 0 0.70 0.66 66 0.54 0.22
Hex 50 56 1A 7 0 46 42 42 36 16
Octal 120 126 32 7 0 106 102 102 66 26
Binary 1010000 1010110 11010 111 0 1000110 1000010 1000010 110110 10110

Color Harmonies of #50561A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50561A

Black with #50561A

Text Example


Text Example

White with #50561A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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