#515C1D

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

Shades of Army green #515C1D

Tints of Army green #515C1D

Color information

#515C1D (or 0x515C1D) is unknown color: approx Army green. HEX triplet: 51, 5C and 1D. RGB value is (81,92,29). Sum of RGB (Red+Green+Blue) = 81+92+29=202 (26% of max value = 765). Red value is 81 (32.03% from 255 or 40.10% from 202); Green value is 92 (36.33% from 255 or 45.54% from 202); Blue value is 29 (11.72% from 255 or 14.36% from 202); Max value from RGB is 92 - color contains mainly: green. Hex color #515C1D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #515C1D is #AEA3E2. Grayscale: #515151. Windows color (decimal): -11445219 or 1924177. OLE color: 1924177.

HSL color Cylindrical-coordinate representation of color #515C1D: hue angle of 70.48º degrees, saturation: 0.52, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #515C1D is Cyan = 0.12, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.64.

Color convert

RGB819229-
CMYK0.1200.680.64
HSL70.48º52.07%23.73%-
HSV(B)70.48º68.48%36.08%-
XYZ7.449.492.6-
YUV81.5398.36127.62-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 40.10%
GREEN value IS 92 (36.33% from 255) = 45.54%
BLUE value IS 29 (11.72% from 255) = 14.36%
R=40.10%
G=45.54%
B=14.36%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8192290.1200.680.6470.4852.0723.73
Hex515C1DC04440463418
Octal121134351401041001066430
Binary10100011011100111011100010001001000000100011011010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515C1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,92,29); }

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

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

 a { background-color: rgb(81,92,29); }

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

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

 span { border-color: rgb(81,92,29); }

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