Html Css Color HEX #505D1C Army green

📋 copy color: '#505D1C'

red 80 ◦ green 93 ◦ blue 28

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

Shades of Army green #505D1C

Tints of Army green #505D1C

RGB

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

 GREEN value IS 93 (36.72% from 255) = 46.27%

 BLUE value IS 28 (11.33% from 255) = 13.93%

R = 39.8%
G = 46.27%
B = 13.93%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.70

 K value IS 0.64

RGB Variations

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

Color information

#505D1C (or 0x505D1C) is known color: Army green. HEX triplet: 50, 5D and 1C. RGB value is (80,93,28). Sum of RGB (Red+Green+Blue) = 80+93+28=201 (26% of max value = 765). Red value is 80 (31.64% from 255 or 39.80% from 201); Green value is 93 (36.72% from 255 or 46.27% from 201); Blue value is 28 (11.33% from 255 or 13.93% from 201); Max value from RGB is 93 - color contains mainly: green. Hex color #505D1C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #505D1C is #AFA2E3. Grayscale: #515151. Windows color (decimal): -11510500 or 1858896. OLE color: 1858896.

HSL color Cylindrical-coordinate representation of color #505D1C: hue angle of 72º degrees, saturation: 0.54, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #505D1C is Cyan = 0.14, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.64.

Color convert

RGB 80 93 28 -
CMYK 0.14 0 0.70 0.64
HSL 72º 0.54% 0.24% -
HSV(B) 72º 0.7% 0.36% -
XYZ 7.43 9.62 2.56 -
YUV 81.7 97.69 126.79 -
System Red Green Blue C M Y K H S L
Decimal 80 93 28 0.14 0 0.70 0.64 72 0.54 0.24
Hex 50 5D 1C E 0 46 40 48 36 18
Octal 120 135 34 16 0 106 100 110 66 30
Binary 1010000 1011101 11100 1110 0 1000110 1000000 1001000 110110 11000

Color Harmonies of #505D1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505D1C

Black with #505D1C

Text Example


Text Example

White with #505D1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505D1C; }

 p { color: rgb(80,93,28); }

 H1.HeaderClassName
 {
   color: #505D1C;
 }
 .AnyTagClassName
 {
   color: #505D1C;
 }
</style>

background-color css

<style>
 a { background-color: #505D1C; }

 a { background-color: rgb(80,93,28); }

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

border-color css

<style>
 span { border-color: #505D1C; }

 span { border-color: rgb(80,93,28); }

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