#515022

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

Shades of Army green #515022

Tints of Army green #515022

Color information

#515022 (or 0x515022) is unknown color: approx Army green. HEX triplet: 51, 50 and 22. RGB value is (81,80,34). Sum of RGB (Red+Green+Blue) = 81+80+34=195 (25% of max value = 765). Red value is 81 (32.03% from 255 or 41.54% from 195); Green value is 80 (31.64% from 255 or 41.03% from 195); Blue value is 34 (13.67% from 255 or 17.44% from 195); Max value from RGB is 81 - color contains mainly: red. Hex color #515022 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #515022 is #AEAFDD. Grayscale: #4B4B4B. Windows color (decimal): -11448286 or 2248785. OLE color: 2248785.

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

Color convert

RGB818034-
CMYK00.010.580.68
HSL58.72º40.87%22.55%-
HSV(B)58.72º58.02%31.76%-
XYZ6.557.62.64-
YUV75.05104.83132.24-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 41.54%
GREEN value IS 80 (31.64% from 255) = 41.03%
BLUE value IS 34 (13.67% from 255) = 17.44%
R=41.54%
G=41.03%
B=17.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.58
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81803400.010.580.6858.7240.8722.55
Hex515022013A443b2917
Octal121120420172104735127
Binary1010001101000010001001111010100010011101110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515022

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #515022; }

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

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

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

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

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

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

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

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