Html Css Color HEX #50601E Army green

📋 copy color: '#50601E'

red 80 ◦ green 96 ◦ blue 30

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

Shades of Army green #50601E

Tints of Army green #50601E

RGB

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

 GREEN value IS 96 (37.89% from 255) = 46.6%

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

R = 38.83%
G = 46.6%
B = 14.56%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.69

 K value IS 0.62

RGB Variations

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

Color information

#50601E (or 0x50601E) is known color: Army green. HEX triplet: 50, 60 and 1E. RGB value is (80,96,30). Sum of RGB (Red+Green+Blue) = 80+96+30=206 (27% of max value = 765). Red value is 80 (31.64% from 255 or 38.83% from 206); Green value is 96 (37.89% from 255 or 46.60% from 206); Blue value is 30 (12.11% from 255 or 14.56% from 206); Max value from RGB is 96 - color contains mainly: green. Hex color #50601E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50601E is #AF9FE1. Grayscale: #535353. Windows color (decimal): -11509730 or 1990736. OLE color: 1990736.

HSL color Cylindrical-coordinate representation of color #50601E: hue angle of 74.55º degrees, saturation: 0.52, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #50601E is Cyan = 0.17, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.62.

Color convert

RGB 80 96 30 -
CMYK 0.17 0 0.69 0.62
HSL 74.55º 0.52% 0.25% -
HSV(B) 74.55º 0.69% 0.38% -
XYZ 7.73 10.16 2.78 -
YUV 83.69 97.7 125.37 -
System Red Green Blue C M Y K H S L
Decimal 80 96 30 0.17 0 0.69 0.62 74.55 0.52 0.25
Hex 50 60 1E 11 0 45 3E 4B 34 19
Octal 120 140 36 21 0 105 76 113 64 31
Binary 1010000 1100000 11110 10001 0 1000101 111110 1001011 110100 11001

Color Harmonies of #50601E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50601E

Black with #50601E

Text Example


Text Example

White with #50601E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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