#50551D

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

Shades of Army green #50551D

Tints of Army green #50551D

Color information

#50551D (or 0x50551D) is unknown color: approx Army green. HEX triplet: 50, 55 and 1D. RGB value is (80,85,29). Sum of RGB (Red+Green+Blue) = 80+85+29=194 (25% of max value = 765). Red value is 80 (31.64% from 255 or 41.24% from 194); Green value is 85 (33.59% from 255 or 43.81% from 194); Blue value is 29 (11.72% from 255 or 14.95% from 194); Max value from RGB is 85 - color contains mainly: green. Hex color #50551D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50551D is #AFAAE2. Grayscale: #4D4D4D. Windows color (decimal): -11512547 or 1922384. OLE color: 1922384.

HSL color Cylindrical-coordinate representation of color #50551D: hue angle of 65.36º degrees, saturation: 0.49, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #50551D is Cyan = 0.06, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.67.

Color convert

RGB808529-
CMYK0.0600.660.67
HSL65.36º49.12%22.35%-
HSV(B)65.36º65.88%33.33%-
XYZ6.788.292.41-
YUV77.12100.84130.05-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 41.24%
GREEN value IS 85 (33.59% from 255) = 43.81%
BLUE value IS 29 (11.72% from 255) = 14.95%
R=41.24%
G=43.81%
B=14.95%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8085290.0600.660.6765.3649.1222.35
Hex50551D604243413116
Octal12012535601021031016126
Binary1010000101010111101110010000101000011100000111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50551D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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