#51561D

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

Shades of Army green #51561D

Tints of Army green #51561D

Color information

#51561D (or 0x51561D) is unknown color: approx Army green. HEX triplet: 51, 56 and 1D. RGB value is (81,86,29). Sum of RGB (Red+Green+Blue) = 81+86+29=196 (25% of max value = 765). Red value is 81 (32.03% from 255 or 41.33% from 196); Green value is 86 (33.98% from 255 or 43.88% from 196); Blue value is 29 (11.72% from 255 or 14.80% from 196); Max value from RGB is 86 - color contains mainly: green. Hex color #51561D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #51561D is #AEA9E2. Grayscale: #4E4E4E. Windows color (decimal): -11446755 or 1922641. OLE color: 1922641.

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

Color convert

RGB818629-
CMYK0.0600.660.66
HSL65.26º49.57%22.55%-
HSV(B)65.26º66.28%33.73%-
XYZ6.948.492.44-
YUV78.01100.34130.13-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 41.33%
GREEN value IS 86 (33.98% from 255) = 43.88%
BLUE value IS 29 (11.72% from 255) = 14.80%
R=41.33%
G=43.88%
B=14.80%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8186290.0600.660.6665.2649.5722.55
Hex51561D604242413217
Octal12112635601021021016227
Binary1010001101011011101110010000101000010100000111001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51561D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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