#545312

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

Shades of Army green #545312

Tints of Army green #545312

Color information

#545312 (or 0x545312) is unknown color: approx Army green. HEX triplet: 54, 53 and 12. RGB value is (84,83,18). Sum of RGB (Red+Green+Blue) = 84+83+18=185 (24% of max value = 765). Red value is 84 (33.20% from 255 or 45.41% from 185); Green value is 83 (32.81% from 255 or 44.86% from 185); Blue value is 18 (7.42% from 255 or 9.73% from 185); Max value from RGB is 84 - color contains mainly: red. Hex color #545312 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #545312 is #ABACED. Grayscale: #4C4C4C. Windows color (decimal): -11250926 or 1200980. OLE color: 1200980.

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

Color convert

RGB848318-
CMYK00.010.790.67
HSL59.09º64.71%20%-
HSV(B)59.09º78.57%32.94%-
XYZ6.868.121.78-
YUV75.8995.33133.79-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 45.41%
GREEN value IS 83 (32.81% from 255) = 44.86%
BLUE value IS 18 (7.42% from 255) = 9.73%
R=45.41%
G=44.86%
B=9.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.79
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84831800.010.790.6759.0964.7120
Hex545312014F433b4114
Octal12412322011171037310124
Binary10101001010011100100110011111000011111011100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #545312; }

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

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

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

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

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

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

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

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