Html Css Color HEX #50591A Army green

📋 copy color: '#50591A'

red 80 ◦ green 89 ◦ blue 26

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

Shades of Army green #50591A

Tints of Army green #50591A

RGB

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

 GREEN value IS 89 (35.16% from 255) = 45.64%

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

R = 41.03%
G = 45.64%
B = 13.33%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.71

 K value IS 0.65

RGB Variations

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

Color information

#50591A (or 0x50591A) is known color: Army green. HEX triplet: 50, 59 and 1A. RGB value is (80,89,26). Sum of RGB (Red+Green+Blue) = 80+89+26=195 (25% of max value = 765). Red value is 80 (31.64% from 255 or 41.03% from 195); Green value is 89 (35.16% from 255 or 45.64% from 195); Blue value is 26 (10.55% from 255 or 13.33% from 195); Max value from RGB is 89 - color contains mainly: green. Hex color #50591A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50591A is #AFA6E5. Grayscale: #4F4F4F. Windows color (decimal): -11511526 or 1726800. OLE color: 1726800.

HSL color Cylindrical-coordinate representation of color #50591A: hue angle of 68.57º degrees, saturation: 0.55, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #50591A is Cyan = 0.10, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.65.

Color convert

RGB 80 89 26 -
CMYK 0.10 0 0.71 0.65
HSL 68.57º 0.55% 0.23% -
HSV(B) 68.57º 0.71% 0.35% -
XYZ 7.07 8.92 2.33 -
YUV 79.13 98.02 128.62 -
System Red Green Blue C M Y K H S L
Decimal 80 89 26 0.10 0 0.71 0.65 68.57 0.55 0.23
Hex 50 59 1A A 0 47 41 45 37 17
Octal 120 131 32 12 0 107 101 105 67 27
Binary 1010000 1011001 11010 1010 0 1000111 1000001 1000101 110111 10111

Color Harmonies of #50591A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50591A

Black with #50591A

Text Example


Text Example

White with #50591A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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