#51571D

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

Shades of Army green #51571D

Tints of Army green #51571D

Color information

#51571D (or 0x51571D) is unknown color: approx Army green. HEX triplet: 51, 57 and 1D. RGB value is (81,87,29). Sum of RGB (Red+Green+Blue) = 81+87+29=197 (26% of max value = 765). Red value is 81 (32.03% from 255 or 41.12% from 197); Green value is 87 (34.38% from 255 or 44.16% from 197); Blue value is 29 (11.72% from 255 or 14.72% from 197); Max value from RGB is 87 - color contains mainly: green. Hex color #51571D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #51571D is #AEA8E2. Grayscale: #4E4E4E. Windows color (decimal): -11446499 or 1922897. OLE color: 1922897.

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

Color convert

RGB818729-
CMYK0.0700.670.66
HSL66.21º50%22.75%-
HSV(B)66.21º66.67%34.12%-
XYZ7.028.652.46-
YUV78.59100.01129.72-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 41.12%
GREEN value IS 87 (34.38% from 255) = 44.16%
BLUE value IS 29 (11.72% from 255) = 14.72%
R=41.12%
G=44.16%
B=14.72%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8187290.0700.670.6666.215022.75
Hex51571D704342423217
Octal12112735701031021026227
Binary1010001101011111101111010000111000010100001011001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51571D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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