Html Css Color HEX #50581B Army green

📋 copy color: '#50581B'

red 80 ◦ green 88 ◦ blue 27

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

Shades of Army green #50581B

Tints of Army green #50581B

RGB

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

 GREEN value IS 88 (34.77% from 255) = 45.13%

 BLUE value IS 27 (10.94% from 255) = 13.85%

R = 41.03%
G = 45.13%
B = 13.85%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.69

 K value IS 0.65

RGB Variations

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

Color information

#50581B (or 0x50581B) is known color: Army green. HEX triplet: 50, 58 and 1B. RGB value is (80,88,27). Sum of RGB (Red+Green+Blue) = 80+88+27=195 (25% of max value = 765). Red value is 80 (31.64% from 255 or 41.03% from 195); Green value is 88 (34.77% from 255 or 45.13% from 195); Blue value is 27 (10.94% from 255 or 13.85% from 195); Max value from RGB is 88 - color contains mainly: green. Hex color #50581B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50581B is #AFA7E4. Grayscale: #4E4E4E. Windows color (decimal): -11511781 or 1792080. OLE color: 1792080.

HSL color Cylindrical-coordinate representation of color #50581B: hue angle of 67.87º degrees, saturation: 0.53, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #50581B is Cyan = 0.09, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.65.

Color convert

RGB 80 88 27 -
CMYK 0.09 0 0.69 0.65
HSL 67.87º 0.53% 0.23% -
HSV(B) 67.87º 0.69% 0.35% -
XYZ 7 8.76 2.36 -
YUV 78.65 98.85 128.96 -
System Red Green Blue C M Y K H S L
Decimal 80 88 27 0.09 0 0.69 0.65 67.87 0.53 0.23
Hex 50 58 1B 9 0 45 41 44 35 17
Octal 120 130 33 11 0 105 101 104 65 27
Binary 1010000 1011000 11011 1001 0 1000101 1000001 1000100 110101 10111

Color Harmonies of #50581B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50581B

Black with #50581B

Text Example


Text Example

White with #50581B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50581B; }

 p { color: rgb(80,88,27); }

 H1.HeaderClassName
 {
   color: #50581B;
 }
 .AnyTagClassName
 {
   color: #50581B;
 }
</style>

background-color css

<style>
 a { background-color: #50581B; }

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

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

border-color css

<style>
 span { border-color: #50581B; }

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

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