#51501A

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

Shades of Army green #51501A

Tints of Army green #51501A

Color information

#51501A (or 0x51501A) is unknown color: approx Army green. HEX triplet: 51, 50 and 1A. RGB value is (81,80,26). Sum of RGB (Red+Green+Blue) = 81+80+26=187 (24% of max value = 765). Red value is 81 (32.03% from 255 or 43.32% from 187); Green value is 80 (31.64% from 255 or 42.78% from 187); Blue value is 26 (10.55% from 255 or 13.90% from 187); Max value from RGB is 81 - color contains mainly: red. Hex color #51501A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #51501A is #AEAFE5. Grayscale: #4A4A4A. Windows color (decimal): -11448294 or 1724497. OLE color: 1724497.

HSL color Cylindrical-coordinate representation of color #51501A: hue angle of 58.91º degrees, saturation: 0.51, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #51501A is Cyan = 0, Magento = 0.01, Yellow = 0.68 and Black (K on CMYK) = 0.68.

Color convert

RGB818026-
CMYK00.010.680.68
HSL58.91º51.4%20.98%-
HSV(B)58.91º67.9%31.76%-
XYZ6.457.562.1-
YUV74.14100.83132.89-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 43.32%
GREEN value IS 80 (31.64% from 255) = 42.78%
BLUE value IS 26 (10.55% from 255) = 13.90%
R=43.32%
G=42.78%
B=13.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.68
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81802600.010.680.6858.9151.420.98
Hex51501A0144443b3315
Octal1211203201104104736325
Binary1010001101000011010011000100100010011101111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51501A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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