#545314

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

Shades of Army green #545314

Tints of Army green #545314

Color information

#545314 (or 0x545314) is unknown color: approx Army green. HEX triplet: 54, 53 and 14. RGB value is (84,83,20). Sum of RGB (Red+Green+Blue) = 84+83+20=187 (24% of max value = 765). Red value is 84 (33.20% from 255 or 44.92% from 187); Green value is 83 (32.81% from 255 or 44.39% from 187); Blue value is 20 (8.20% from 255 or 10.70% from 187); Max value from RGB is 84 - color contains mainly: red. Hex color #545314 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #545314 is #ABACEB. Grayscale: #4C4C4C. Windows color (decimal): -11250924 or 1332052. OLE color: 1332052.

HSL color Cylindrical-coordinate representation of color #545314: hue angle of 59.06º degrees, saturation: 0.62, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #545314 is Cyan = 0, Magento = 0.01, Yellow = 0.76 and Black (K on CMYK) = 0.67.

Color convert

RGB848320-
CMYK00.010.760.67
HSL59.06º61.54%20.39%-
HSV(B)59.06º76.19%32.94%-
XYZ6.888.121.87-
YUV76.1296.33133.62-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 44.92%
GREEN value IS 83 (32.81% from 255) = 44.39%
BLUE value IS 20 (8.20% from 255) = 10.70%
R=44.92%
G=44.39%
B=10.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.76
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84832000.010.760.6759.0661.5420.39
Hex545314014C433b3e14
Octal1241232401114103737624
Binary1010100101001110100011001100100001111101111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545314

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #545314; }

 p { color: rgb(84,83,20); }

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

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

 a { background-color: rgb(84,83,20); }

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

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

 span { border-color: rgb(84,83,20); }

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