Html Css Color HEX #50541A Army green

📋 copy color: '#50541A'

red 80 ◦ green 84 ◦ blue 26

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

Shades of Army green #50541A

Tints of Army green #50541A

RGB

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

 GREEN value IS 84 (33.2% from 255) = 44.21%

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

R = 42.11%
G = 44.21%
B = 13.68%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.69

 K value IS 0.67

RGB Variations

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

Color information

#50541A (or 0x50541A) is known color: Army green. HEX triplet: 50, 54 and 1A. RGB value is (80,84,26). Sum of RGB (Red+Green+Blue) = 80+84+26=190 (25% of max value = 765). Red value is 80 (31.64% from 255 or 42.11% from 190); Green value is 84 (33.20% from 255 or 44.21% from 190); Blue value is 26 (10.55% from 255 or 13.68% from 190); Max value from RGB is 84 - color contains mainly: green. Hex color #50541A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50541A is #AFABE5. Grayscale: #4C4C4C. Windows color (decimal): -11512806 or 1725520. OLE color: 1725520.

HSL color Cylindrical-coordinate representation of color #50541A: hue angle of 64.14º degrees, saturation: 0.53, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #50541A is Cyan = 0.05, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.67.

Color convert

RGB 80 84 26 -
CMYK 0.05 0 0.69 0.67
HSL 64.14º 0.53% 0.22% -
HSV(B) 64.14º 0.69% 0.33% -
XYZ 6.67 8.12 2.19 -
YUV 76.19 99.67 130.72 -
System Red Green Blue C M Y K H S L
Decimal 80 84 26 0.05 0 0.69 0.67 64.14 0.53 0.22
Hex 50 54 1A 5 0 45 43 40 35 16
Octal 120 124 32 5 0 105 103 100 65 26
Binary 1010000 1010100 11010 101 0 1000101 1000011 1000000 110101 10110

Color Harmonies of #50541A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50541A

Black with #50541A

Text Example


Text Example

White with #50541A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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