#50611F

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

Shades of Army green #50611F

Tints of Army green #50611F

Color information

#50611F (or 0x50611F) is unknown color: approx Army green. HEX triplet: 50, 61 and 1F. RGB value is (80,97,31). Sum of RGB (Red+Green+Blue) = 80+97+31=208 (27% of max value = 765). Red value is 80 (31.64% from 255 or 38.46% from 208); Green value is 97 (38.28% from 255 or 46.63% from 208); Blue value is 31 (12.5% from 255 or 14.90% from 208); Max value from RGB is 97 - color contains mainly: green. Hex color #50611F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50611F is #AF9EE0. Grayscale: #545454. Windows color (decimal): -11509473 or 2056528. OLE color: 2056528.

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

Color convert

RGB809731-
CMYK0.1800.680.62
HSL75.45º51.56%25.1%-
HSV(B)75.45º68.04%38.04%-
XYZ7.8310.352.88-
YUV84.3997.87124.87-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 38.46%
GREEN value IS 97 (38.28% from 255) = 46.63%
BLUE value IS 31 (12.5% from 255) = 14.90%
R=38.46%
G=46.63%
B=14.90%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8097310.1800.680.6275.4551.5625.1
Hex50611F120443E4b3419
Octal12014137220104761136431
Binary10100001100001111111001001000100111110100101111010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50611F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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