#514E12

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

Shades of Army green #514E12

Tints of Army green #514E12

Color information

#514E12 (or 0x514E12) is unknown color: approx Army green. HEX triplet: 51, 4E and 12. RGB value is (81,78,18). Sum of RGB (Red+Green+Blue) = 81+78+18=177 (23% of max value = 765). Red value is 81 (32.03% from 255 or 45.76% from 177); Green value is 78 (30.86% from 255 or 44.07% from 177); Blue value is 18 (7.42% from 255 or 10.17% from 177); Max value from RGB is 81 - color contains mainly: red. Hex color #514E12 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #514E12 is #AEB1ED. Grayscale: #484848. Windows color (decimal): -11448814 or 1199697. OLE color: 1199697.

HSL color Cylindrical-coordinate representation of color #514E12: hue angle of 57.14º 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 #514E12 is Cyan = 0, Magento = 0.04, Yellow = 0.78 and Black (K on CMYK) = 0.68.

Color convert

RGB817818-
CMYK00.040.780.68
HSL57.14º63.64%19.41%-
HSV(B)57.14º77.78%31.76%-
XYZ6.237.241.64-
YUV72.0697.49134.38-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 45.76%
GREEN value IS 78 (30.86% from 255) = 44.07%
BLUE value IS 18 (7.42% from 255) = 10.17%
R=45.76%
G=44.07%
B=10.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.78
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81781800.040.780.6857.1463.6419.41
Hex514E12044E44394013
Octal12111622041161047110023
Binary1010001100111010010010010011101000100111001100000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514E12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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