#515418

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

Shades of Army green #515418

Tints of Army green #515418

Color information

#515418 (or 0x515418) is unknown color: approx Army green. HEX triplet: 51, 54 and 18. RGB value is (81,84,24). Sum of RGB (Red+Green+Blue) = 81+84+24=189 (25% of max value = 765). Red value is 81 (32.03% from 255 or 42.86% from 189); Green value is 84 (33.20% from 255 or 44.44% from 189); Blue value is 24 (9.77% from 255 or 12.70% from 189); Max value from RGB is 84 - color contains mainly: green. Hex color #515418 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #515418 is #AEABE7. Grayscale: #4C4C4C. Windows color (decimal): -11447272 or 1594449. OLE color: 1594449.

HSL color Cylindrical-coordinate representation of color #515418: hue angle of 63º degrees, saturation: 0.56, 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 #515418 is Cyan = 0.04, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.67.

Color convert

RGB818424-
CMYK0.0400.710.67
HSL63º55.56%21.18%-
HSV(B)63º71.43%32.94%-
XYZ6.738.162.08-
YUV76.2698.51131.38-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 42.86%
GREEN value IS 84 (33.20% from 255) = 44.44%
BLUE value IS 24 (9.77% from 255) = 12.70%
R=42.86%
G=44.44%
B=12.70%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8184240.0400.710.676355.5621.18
Hex5154184047433f3815
Octal1211243040107103777025
Binary101000110101001100010001000111100001111111111100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515418

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #515418; }

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

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

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

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

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

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

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

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