Html Css Color HEX #50581F Army green

📋 copy color: '#50581F'

red 80 ◦ green 88 ◦ blue 31

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

Shades of Army green #50581F

Tints of Army green #50581F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 15.58%

R = 40.2%
G = 44.22%
B = 15.58%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.65

 K value IS 0.65

RGB Variations

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

Color information

#50581F (or 0x50581F) is known color: Army green. HEX triplet: 50, 58 and 1F. RGB value is (80,88,31). Sum of RGB (Red+Green+Blue) = 80+88+31=199 (26% of max value = 765). Red value is 80 (31.64% from 255 or 40.20% from 199); Green value is 88 (34.77% from 255 or 44.22% from 199); Blue value is 31 (12.5% from 255 or 15.58% from 199); Max value from RGB is 88 - color contains mainly: green. Hex color #50581F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50581F is #AFA7E0. Grayscale: #4F4F4F. Windows color (decimal): -11511777 or 2054224. OLE color: 2054224.

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

Color convert

RGB 80 88 31 -
CMYK 0.09 0 0.65 0.65
HSL 68.42º 0.48% 0.23% -
HSV(B) 68.42º 0.65% 0.35% -
XYZ 7.05 8.78 2.62 -
YUV 79.11 100.85 128.63 -
System Red Green Blue C M Y K H S L
Decimal 80 88 31 0.09 0 0.65 0.65 68.42 0.48 0.23
Hex 50 58 1F 9 0 41 41 44 30 17
Octal 120 130 37 11 0 101 101 104 60 27
Binary 1010000 1011000 11111 1001 0 1000001 1000001 1000100 110000 10111

Color Harmonies of #50581F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50581F

Black with #50581F

Text Example


Text Example

White with #50581F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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