#515625

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

Shades of Army green #515625

Tints of Army green #515625

Color information

#515625 (or 0x515625) is unknown color: approx Army green. HEX triplet: 51, 56 and 25. RGB value is (81,86,37). Sum of RGB (Red+Green+Blue) = 81+86+37=204 (27% of max value = 765). Red value is 81 (32.03% from 255 or 39.71% from 204); Green value is 86 (33.98% from 255 or 42.16% from 204); Blue value is 37 (14.84% from 255 or 18.14% from 204); Max value from RGB is 86 - color contains mainly: green. Hex color #515625 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #515625 is #AEA9DA. Grayscale: #4F4F4F. Windows color (decimal): -11446747 or 2446929. OLE color: 2446929.

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

Color convert

RGB818637-
CMYK0.0600.570.66
HSL66.12º39.84%24.12%-
HSV(B)66.12º56.98%33.73%-
XYZ7.068.543.03-
YUV78.92104.34129.48-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 39.71%
GREEN value IS 86 (33.98% from 255) = 42.16%
BLUE value IS 37 (14.84% from 255) = 18.14%
R=39.71%
G=42.16%
B=18.14%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8186370.0600.570.6666.1239.8424.12
Hex515625603942422818
Octal1211264560711021025030
Binary1010001101011010010111001110011000010100001010100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515625

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #515625; }

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

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

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

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

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

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

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

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