#51541A

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

Shades of Army green #51541A

Tints of Army green #51541A

Color information

#51541A (or 0x51541A) is unknown color: approx Army green. HEX triplet: 51, 54 and 1A. RGB value is (81,84,26). Sum of RGB (Red+Green+Blue) = 81+84+26=191 (25% of max value = 765). Red value is 81 (32.03% from 255 or 42.41% from 191); Green value is 84 (33.20% from 255 or 43.98% from 191); Blue value is 26 (10.55% from 255 or 13.61% from 191); Max value from RGB is 84 - color contains mainly: green. Hex color #51541A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #51541A is #AEABE5. Grayscale: #4C4C4C. Windows color (decimal): -11447270 or 1725521. OLE color: 1725521.

HSL color Cylindrical-coordinate representation of color #51541A: hue angle of 63.1º degrees, saturation: 0.53, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #51541A is Cyan = 0.04, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.67.

Color convert

RGB818426-
CMYK0.0400.690.67
HSL63.1º52.73%21.57%-
HSV(B)63.1º69.05%32.94%-
XYZ6.758.162.2-
YUV76.4999.51131.22-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 42.41%
GREEN value IS 84 (33.20% from 255) = 43.98%
BLUE value IS 26 (10.55% from 255) = 13.61%
R=42.41%
G=43.98%
B=13.61%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8184260.0400.690.6763.152.7321.57
Hex51541A4045433f3516
Octal1211243240105103776526
Binary101000110101001101010001000101100001111111111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51541A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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