#515318

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

Shades of Army green #515318

Tints of Army green #515318

Color information

#515318 (or 0x515318) is unknown color: approx Army green. HEX triplet: 51, 53 and 18. RGB value is (81,83,24). Sum of RGB (Red+Green+Blue) = 81+83+24=188 (24% of max value = 765). Red value is 81 (32.03% from 255 or 43.09% from 188); Green value is 83 (32.81% from 255 or 44.15% from 188); Blue value is 24 (9.77% from 255 or 12.77% from 188); Max value from RGB is 83 - color contains mainly: green. Hex color #515318 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #515318 is #AEACE7. Grayscale: #4B4B4B. Windows color (decimal): -11447528 or 1594193. OLE color: 1594193.

HSL color Cylindrical-coordinate representation of color #515318: hue angle of 62.03º degrees, saturation: 0.55, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #515318 is Cyan = 0.02, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.67.

Color convert

RGB818324-
CMYK0.0200.710.67
HSL62.03º55.14%20.98%-
HSV(B)62.03º71.08%32.55%-
XYZ6.6582.06-
YUV75.6898.84131.8-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 43.09%
GREEN value IS 83 (32.81% from 255) = 44.15%
BLUE value IS 24 (9.77% from 255) = 12.77%
R=43.09%
G=44.15%
B=12.77%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8183240.0200.710.6762.0355.1420.98
Hex5153182047433e3715
Octal1211233020107103766725
Binary10100011010011110001001000111100001111111011011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515318

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #515318; }

 p { color: rgb(81,83,24); }

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

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

 a { background-color: rgb(81,83,24); }

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

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

 span { border-color: rgb(81,83,24); }

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