#505C1C

Color #505C1C Army green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Army green #505C1C

Tints of Army green #505C1C

Color information

#505C1C (or 0x505C1C) is unknown color: approx 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

RGB809228-
CMYK0.1300.700.64
HSL71.25º53.33%23.53%-
HSV(B)71.25º69.57%36.08%-
XYZ7.359.442.53-
YUV81.1298.02127.2-

RGB Variations

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

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 (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8092280.1300.700.6471.2553.3323.53
Hex505C1CD04640473518
Octal120134341501061001076530
Binary10100001011100111001101010001101000000100011111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505C1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>