#515E1F

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

Shades of Army green #515E1F

Tints of Army green #515E1F

Color information

#515E1F (or 0x515E1F) is unknown color: approx Army green. HEX triplet: 51, 5E and 1F. RGB value is (81,94,31). Sum of RGB (Red+Green+Blue) = 81+94+31=206 (27% of max value = 765). Red value is 81 (32.03% from 255 or 39.32% from 206); Green value is 94 (37.11% from 255 or 45.63% from 206); Blue value is 31 (12.5% from 255 or 15.05% from 206); Max value from RGB is 94 - color contains mainly: green. Hex color #515E1F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #515E1F is #AEA1E0. Grayscale: #535353. Windows color (decimal): -11444705 or 2055761. OLE color: 2055761.

HSL color Cylindrical-coordinate representation of color #515E1F: hue angle of 72.38º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #515E1F is Cyan = 0.14, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.63.

Color convert

RGB819431-
CMYK0.1400.670.63
HSL72.38º50.4%24.51%-
HSV(B)72.38º67.02%36.86%-
XYZ7.649.852.8-
YUV82.9398.69126.62-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 39.32%
GREEN value IS 94 (37.11% from 255) = 45.63%
BLUE value IS 31 (12.5% from 255) = 15.05%
R=39.32%
G=45.63%
B=15.05%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal8194310.1400.670.6372.3850.424.51
Hex515E1FE0433F483219
Octal12113637160103771106231
Binary1010001101111011111111001000011111111100100011001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515E1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #515E1F; }

 p { color: rgb(81,94,31); }

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

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

 a { background-color: rgb(81,94,31); }

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

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

 span { border-color: rgb(81,94,31); }

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