#50611E

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

Shades of Army green #50611E

Tints of Army green #50611E

Color information

#50611E (or 0x50611E) is unknown color: approx Army green. HEX triplet: 50, 61 and 1E. RGB value is (80,97,30). Sum of RGB (Red+Green+Blue) = 80+97+30=207 (27% of max value = 765). Red value is 80 (31.64% from 255 or 38.65% from 207); Green value is 97 (38.28% from 255 or 46.86% from 207); Blue value is 30 (12.11% from 255 or 14.49% from 207); Max value from RGB is 97 - color contains mainly: green. Hex color #50611E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50611E is #AF9EE1. Grayscale: #545454. Windows color (decimal): -11509474 or 1990992. OLE color: 1990992.

HSL color Cylindrical-coordinate representation of color #50611E: hue angle of 75.22º degrees, saturation: 0.53, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #50611E is Cyan = 0.18, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.62.

Color convert

RGB809730-
CMYK0.1800.690.62
HSL75.22º52.76%24.9%-
HSV(B)75.22º69.07%38.04%-
XYZ7.8210.352.81-
YUV84.2897.37124.95-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 38.65%
GREEN value IS 97 (38.28% from 255) = 46.86%
BLUE value IS 30 (12.11% from 255) = 14.49%
R=38.65%
G=46.86%
B=14.49%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8097300.1800.690.6275.2252.7624.9
Hex50611E120453E4b3519
Octal12014136220105761136531
Binary10100001100001111101001001000101111110100101111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50611E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50611E; }

 p { color: rgb(80,97,30); }

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

<style>
 a { background-color: #50611E; }

 a { background-color: rgb(80,97,30); }

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

<style>
 span { border-color: #50611E; }

 span { border-color: rgb(80,97,30); }

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