#50561D

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

Shades of Army green #50561D

Tints of Army green #50561D

Color information

#50561D (or 0x50561D) is unknown color: approx Army green. HEX triplet: 50, 56 and 1D. RGB value is (80,86,29). Sum of RGB (Red+Green+Blue) = 80+86+29=195 (25% of max value = 765). Red value is 80 (31.64% from 255 or 41.03% from 195); Green value is 86 (33.98% from 255 or 44.10% from 195); Blue value is 29 (11.72% from 255 or 14.87% from 195); Max value from RGB is 86 - color contains mainly: green. Hex color #50561D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50561D is #AFA9E2. Grayscale: #4D4D4D. Windows color (decimal): -11512291 or 1922640. OLE color: 1922640.

HSL color Cylindrical-coordinate representation of color #50561D: hue angle of 66.32º degrees, saturation: 0.5, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #50561D is Cyan = 0.07, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.66.

Color convert

RGB808629-
CMYK0.0700.660.66
HSL66.32º49.57%22.55%-
HSV(B)66.32º66.28%33.73%-
XYZ6.868.452.43-
YUV77.71100.51129.63-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 41.03%
GREEN value IS 86 (33.98% from 255) = 44.10%
BLUE value IS 29 (11.72% from 255) = 14.87%
R=41.03%
G=44.10%
B=14.87%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8086290.0700.660.6666.3249.5722.55
Hex50561D704242423217
Octal12012635701021021026227
Binary1010000101011011101111010000101000010100001011001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50561D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50561D; }

 p { color: rgb(80,86,29); }

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

<style>
 a { background-color: #50561D; }

 a { background-color: rgb(80,86,29); }

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

<style>
 span { border-color: #50561D; }

 span { border-color: rgb(80,86,29); }

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