#51571C

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

Shades of Army green #51571C

Tints of Army green #51571C

Color information

#51571C (or 0x51571C) is unknown color: approx Army green. HEX triplet: 51, 57 and 1C. RGB value is (81,87,28). Sum of RGB (Red+Green+Blue) = 81+87+28=196 (25% of max value = 765). Red value is 81 (32.03% from 255 or 41.33% from 196); Green value is 87 (34.38% from 255 or 44.39% from 196); Blue value is 28 (11.33% from 255 or 14.29% from 196); Max value from RGB is 87 - color contains mainly: green. Hex color #51571C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #51571C is #AEA8E3. Grayscale: #4E4E4E. Windows color (decimal): -11446500 or 1857361. OLE color: 1857361.

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

Color convert

RGB818728-
CMYK0.0700.680.66
HSL66.1º51.3%22.55%-
HSV(B)66.1º67.82%34.12%-
XYZ7.018.652.4-
YUV78.4899.51129.8-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 41.33%
GREEN value IS 87 (34.38% from 255) = 44.39%
BLUE value IS 28 (11.33% from 255) = 14.29%
R=41.33%
G=44.39%
B=14.29%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8187280.0700.680.6666.151.322.55
Hex51571C704442423317
Octal12112734701041021026327
Binary1010001101011111100111010001001000010100001011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51571C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51571C; }

 p { color: rgb(81,87,28); }

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

<style>
 a { background-color: #51571C; }

 a { background-color: rgb(81,87,28); }

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

<style>
 span { border-color: #51571C; }

 span { border-color: rgb(81,87,28); }

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