Html Css Color HEX #505C1C Army green

📋 copy color: '#505C1C'

red 80 ◦ green 92 ◦ blue 28

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

Shades of Army green #505C1C

Tints of Army green #505C1C

RGB

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

 GREEN value IS 92 (36.33% from 255) = 46%

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

R = 40%
G = 46%
B = 14%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.70

 K value IS 0.64

RGB Variations

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

Color information

#505C1C (or 0x505C1C) is known color: Army green. HEX triplet: 50, 5C and 1C. RGB value is (80,92,28). Sum of RGB (Red+Green+Blue) = 80+92+28=200 (26% of max value = 765). Red value is 80 (31.64% from 255 or 40% from 200); Green value is 92 (36.33% from 255 or 46% from 200); Blue value is 28 (11.33% from 255 or 14% from 200); Max value from RGB is 92 - color contains mainly: green. Hex color #505C1C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #505C1C is #AFA3E3. Grayscale: #515151. Windows color (decimal): -11510756 or 1858640. OLE color: 1858640.

HSL color Cylindrical-coordinate representation of color #505C1C: hue angle of 71.25º degrees, saturation: 0.53, 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 #505C1C is Cyan = 0.13, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.64.

Color convert

RGB 80 92 28 -
CMYK 0.13 0 0.70 0.64
HSL 71.25º 0.53% 0.24% -
HSV(B) 71.25º 0.7% 0.36% -
XYZ 7.35 9.44 2.53 -
YUV 81.12 98.02 127.2 -
System Red Green Blue C M Y K H S L
Decimal 80 92 28 0.13 0 0.70 0.64 71.25 0.53 0.24
Hex 50 5C 1C D 0 46 40 47 35 18
Octal 120 134 34 15 0 106 100 107 65 30
Binary 1010000 1011100 11100 1101 0 1000110 1000000 1000111 110101 11000

Color Harmonies of #505C1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505C1C

Black with #505C1C

Text Example


Text Example

White with #505C1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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