#515425

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

Shades of Army green #515425

Tints of Army green #515425

Color information

#515425 (or 0x515425) is unknown color: approx Army green. HEX triplet: 51, 54 and 25. RGB value is (81,84,37). Sum of RGB (Red+Green+Blue) = 81+84+37=202 (26% of max value = 765). Red value is 81 (32.03% from 255 or 40.10% from 202); Green value is 84 (33.20% from 255 or 41.58% from 202); Blue value is 37 (14.84% from 255 or 18.32% from 202); Max value from RGB is 84 - color contains mainly: green. Hex color #515425 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #515425 is #AEABDA. Grayscale: #4D4D4D. Windows color (decimal): -11447259 or 2446417. OLE color: 2446417.

HSL color Cylindrical-coordinate representation of color #515425: hue angle of 63.83º degrees, saturation: 0.39, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #515425 is Cyan = 0.04, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.67.

Color convert

RGB818437-
CMYK0.0400.560.67
HSL63.83º38.84%23.73%-
HSV(B)63.83º55.95%32.94%-
XYZ6.98.222.97-
YUV77.74105.01130.32-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 40.10%
GREEN value IS 84 (33.20% from 255) = 41.58%
BLUE value IS 37 (14.84% from 255) = 18.32%
R=40.10%
G=41.58%
B=18.32%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8184370.0400.560.6763.8338.8423.73
Hex515425403843402718
Octal1211244540701031004730
Binary1010001101010010010110001110001000011100000010011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515425

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #515425; }

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

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

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

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

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

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

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

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