Html Css Color HEX #50501A Army green

📋 copy color: '#50501A'

red 80 ◦ green 80 ◦ blue 26

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

Shades of Army green #50501A

Tints of Army green #50501A

RGB

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

 GREEN value IS 80 (31.64% from 255) = 43.01%

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

R = 43.01%
G = 43.01%
B = 13.98%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.67

 K value IS 0.69

RGB Variations

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

Color information

#50501A (or 0x50501A) is known color: Army green. HEX triplet: 50, 50 and 1A. RGB value is (80,80,26). Sum of RGB (Red+Green+Blue) = 80+80+26=186 (24% of max value = 765). Red value is 80 (31.64% from 255 or 43.01% from 186); Green value is 80 (31.64% from 255 or 43.01% from 186); Blue value is 26 (10.55% from 255 or 13.98% from 186); Max value from RGB is 80 - color contains mainly: red, green. Hex color #50501A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50501A is #AFAFE5. Grayscale: #4A4A4A. Windows color (decimal): -11513830 or 1724496. OLE color: 1724496.

HSL color Cylindrical-coordinate representation of color #50501A: hue angle of 60º degrees, saturation: 0.51, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #50501A is Cyan = 0, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 80 26 -
CMYK 0 0 0.67 0.69
HSL 60º 0.51% 0.21% -
HSV(B) 60º 0.68% 0.31% -
XYZ 6.36 7.52 2.09 -
YUV 73.84 101 132.39 -
System Red Green Blue C M Y K H S L
Decimal 80 80 26 0 0 0.67 0.69 60 0.51 0.21
Hex 50 50 1A 0 0 43 45 3C 33 15
Octal 120 120 32 0 0 103 105 74 63 25
Binary 1010000 1010000 11010 0 0 1000011 1000101 111100 110011 10101

Color Harmonies of #50501A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50501A

Black with #50501A

Text Example


Text Example

White with #50501A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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