#50511B

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

Shades of Army green #50511B

Tints of Army green #50511B

Color information

#50511B (or 0x50511B) is unknown color: approx Army green. HEX triplet: 50, 51 and 1B. RGB value is (80,81,27). Sum of RGB (Red+Green+Blue) = 80+81+27=188 (24% of max value = 765). Red value is 80 (31.64% from 255 or 42.55% from 188); Green value is 81 (32.03% from 255 or 43.09% from 188); Blue value is 27 (10.94% from 255 or 14.36% from 188); Max value from RGB is 81 - color contains mainly: green. Hex color #50511B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50511B is #AFAEE4. Grayscale: #4A4A4A. Windows color (decimal): -11513573 or 1790288. OLE color: 1790288.

HSL color Cylindrical-coordinate representation of color #50511B: hue angle of 61.11º degrees, saturation: 0.5, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #50511B is Cyan = 0.01, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.68.

Color convert

RGB808127-
CMYK0.0100.670.68
HSL61.11º50%21.18%-
HSV(B)61.11º66.67%31.76%-
XYZ6.457.672.18-
YUV74.54101.17131.89-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 42.55%
GREEN value IS 81 (32.03% from 255) = 43.09%
BLUE value IS 27 (10.94% from 255) = 14.36%
R=42.55%
G=43.09%
B=14.36%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8081270.0100.670.6861.115021.18
Hex50511B1043443d3215
Octal1201213310103104756225
Binary1010000101000111011101000011100010011110111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50511B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50511B; }

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

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

<style>
 a { background-color: #50511B; }

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

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

<style>
 span { border-color: #50511B; }

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

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