#51561A

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

Shades of Army green #51561A

Tints of Army green #51561A

Color information

#51561A (or 0x51561A) is unknown color: approx Army green. HEX triplet: 51, 56 and 1A. RGB value is (81,86,26). Sum of RGB (Red+Green+Blue) = 81+86+26=193 (25% of max value = 765). Red value is 81 (32.03% from 255 or 41.97% from 193); Green value is 86 (33.98% from 255 or 44.56% from 193); Blue value is 26 (10.55% from 255 or 13.47% from 193); Max value from RGB is 86 - color contains mainly: green. Hex color #51561A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #51561A is #AEA9E5. Grayscale: #4D4D4D. Windows color (decimal): -11446758 or 1726033. OLE color: 1726033.

HSL color Cylindrical-coordinate representation of color #51561A: hue angle of 65º degrees, saturation: 0.54, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #51561A is Cyan = 0.06, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.66.

Color convert

RGB818626-
CMYK0.0600.700.66
HSL65º53.57%21.96%-
HSV(B)65º69.77%33.73%-
XYZ6.918.482.25-
YUV77.6698.84130.38-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 41.97%
GREEN value IS 86 (33.98% from 255) = 44.56%
BLUE value IS 26 (10.55% from 255) = 13.47%
R=41.97%
G=44.56%
B=13.47%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8186260.0600.700.666553.5721.96
Hex51561A604642413616
Octal12112632601061021016626
Binary1010001101011011010110010001101000010100000111011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51561A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51561A; }

 p { color: rgb(81,86,26); }

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

<style>
 a { background-color: #51561A; }

 a { background-color: rgb(81,86,26); }

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

<style>
 span { border-color: #51561A; }

 span { border-color: rgb(81,86,26); }

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