#545010

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

Shades of Army green #545010

Tints of Army green #545010

Color information

#545010 (or 0x545010) is unknown color: approx Army green. HEX triplet: 54, 50 and 10. RGB value is (84,80,16). Sum of RGB (Red+Green+Blue) = 84+80+16=180 (23% of max value = 765). Red value is 84 (33.20% from 255 or 46.67% from 180); Green value is 80 (31.64% from 255 or 44.44% from 180); Blue value is 16 (6.64% from 255 or 8.89% from 180); Max value from RGB is 84 - color contains mainly: red. Hex color #545010 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #545010 is #ABAFEF. Grayscale: #4A4A4A. Windows color (decimal): -11251696 or 1069140. OLE color: 1069140.

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

Color convert

RGB848016-
CMYK00.050.810.67
HSL56.47º68%19.61%-
HSV(B)56.47º80.95%32.94%-
XYZ6.627.661.62-
YUV73.995.33135.2-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 46.67%
GREEN value IS 80 (31.64% from 255) = 44.44%
BLUE value IS 16 (6.64% from 255) = 8.89%
R=46.67%
G=44.44%
B=8.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.81
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84801600.050.810.6756.476819.61
Hex545010055143384414
Octal12412020051211037010424
Binary1010100101000010000010110100011000011111000100010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545010

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #545010; }

 p { color: rgb(84,80,16); }

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

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

 a { background-color: rgb(84,80,16); }

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

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

 span { border-color: rgb(84,80,16); }

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