#514F12

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

Shades of Army green #514F12

Tints of Army green #514F12

Color information

#514F12 (or 0x514F12) is unknown color: approx Army green. HEX triplet: 51, 4F and 12. RGB value is (81,79,18). Sum of RGB (Red+Green+Blue) = 81+79+18=178 (23% of max value = 765). Red value is 81 (32.03% from 255 or 45.51% from 178); Green value is 79 (31.25% from 255 or 44.38% from 178); Blue value is 18 (7.42% from 255 or 10.11% from 178); Max value from RGB is 81 - color contains mainly: red. Hex color #514F12 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #514F12 is #AEB0ED. Grayscale: #484848. Windows color (decimal): -11448558 or 1199953. OLE color: 1199953.

HSL color Cylindrical-coordinate representation of color #514F12: hue angle of 58.1º degrees, saturation: 0.64, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #514F12 is Cyan = 0, Magento = 0.02, Yellow = 0.78 and Black (K on CMYK) = 0.68.

Color convert

RGB817918-
CMYK00.020.780.68
HSL58.1º63.64%19.41%-
HSV(B)58.1º77.78%31.76%-
XYZ6.37.381.67-
YUV72.6497.16133.96-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 45.51%
GREEN value IS 79 (31.25% from 255) = 44.38%
BLUE value IS 18 (7.42% from 255) = 10.11%
R=45.51%
G=44.38%
B=10.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.78
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81791800.020.780.6858.163.6419.41
Hex514F12024E443a4013
Octal12111722021161047210023
Binary101000110011111001001010011101000100111010100000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514F12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514F12; }

 p { color: rgb(81,79,18); }

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

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

 a { background-color: rgb(81,79,18); }

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

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

 span { border-color: rgb(81,79,18); }

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