#505D1B

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

Shades of Army green #505D1B

Tints of Army green #505D1B

Color information

#505D1B (or 0x505D1B) is unknown color: approx Army green. HEX triplet: 50, 5D and 1B. RGB value is (80,93,27). Sum of RGB (Red+Green+Blue) = 80+93+27=200 (26% of max value = 765). Red value is 80 (31.64% from 255 or 40% from 200); Green value is 93 (36.72% from 255 or 46.5% from 200); Blue value is 27 (10.94% from 255 or 13.5% from 200); Max value from RGB is 93 - color contains mainly: green. Hex color #505D1B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #505D1B is #AFA2E4. Grayscale: #515151. Windows color (decimal): -11510501 or 1793360. OLE color: 1793360.

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

Color convert

RGB809327-
CMYK0.1400.710.64
HSL71.82º55%23.53%-
HSV(B)71.82º70.97%36.47%-
XYZ7.429.612.5-
YUV81.5997.19126.87-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 40%
GREEN value IS 93 (36.72% from 255) = 46.5%
BLUE value IS 27 (10.94% from 255) = 13.5%
R=40%
G=46.5%
B=13.5%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8093270.1400.710.6471.825523.53
Hex505D1BE04740483718
Octal120135331601071001106730
Binary10100001011101110111110010001111000000100100011011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505D1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #505D1B;
 }
 .AnyTagClassName
 {
   color: #505D1B;
 }
</style>
background-color css

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

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

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

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

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

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