Html Css Color HEX #50581E Army green

📋 copy color: '#50581E'

red 80 ◦ green 88 ◦ blue 30

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

Shades of Army green #50581E

Tints of Army green #50581E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 15.15%

R = 40.4%
G = 44.44%
B = 15.15%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.66

 K value IS 0.65

RGB Variations

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

Color information

#50581E (or 0x50581E) is known color: Army green. HEX triplet: 50, 58 and 1E. RGB value is (80,88,30). Sum of RGB (Red+Green+Blue) = 80+88+30=198 (26% of max value = 765). Red value is 80 (31.64% from 255 or 40.40% from 198); Green value is 88 (34.77% from 255 or 44.44% from 198); Blue value is 30 (12.11% from 255 or 15.15% from 198); Max value from RGB is 88 - color contains mainly: green. Hex color #50581E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50581E is #AFA7E1. Grayscale: #4F4F4F. Windows color (decimal): -11511778 or 1988688. OLE color: 1988688.

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

Color convert

RGB 80 88 30 -
CMYK 0.09 0 0.66 0.65
HSL 68.28º 0.49% 0.23% -
HSV(B) 68.28º 0.66% 0.35% -
XYZ 7.03 8.78 2.55 -
YUV 79 100.35 128.72 -
System Red Green Blue C M Y K H S L
Decimal 80 88 30 0.09 0 0.66 0.65 68.28 0.49 0.23
Hex 50 58 1E 9 0 42 41 44 31 17
Octal 120 130 36 11 0 102 101 104 61 27
Binary 1010000 1011000 11110 1001 0 1000010 1000001 1000100 110001 10111

Color Harmonies of #50581E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50581E

Black with #50581E

Text Example


Text Example

White with #50581E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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