#545612

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

Shades of Army green #545612

Tints of Army green #545612

Color information

#545612 (or 0x545612) is unknown color: approx Army green. HEX triplet: 54, 56 and 12. RGB value is (84,86,18). Sum of RGB (Red+Green+Blue) = 84+86+18=188 (24% of max value = 765). Red value is 84 (33.20% from 255 or 44.68% from 188); Green value is 86 (33.98% from 255 or 45.74% from 188); Blue value is 18 (7.42% from 255 or 9.57% from 188); Max value from RGB is 86 - color contains mainly: green. Hex color #545612 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #545612 is #ABA9ED. Grayscale: #4D4D4D. Windows color (decimal): -11250158 or 1201748. OLE color: 1201748.

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

Color convert

RGB848618-
CMYK0.0200.790.66
HSL61.76º65.38%20.39%-
HSV(B)61.76º79.07%33.73%-
XYZ7.098.581.86-
YUV77.6594.34132.53-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 44.68%
GREEN value IS 86 (33.98% from 255) = 45.74%
BLUE value IS 18 (7.42% from 255) = 9.57%
R=44.68%
G=45.74%
B=9.57%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8486180.0200.790.6661.7665.3820.39
Hex545612204F423e4114
Octal12412622201171027610124
Binary101010010101101001010010011111000010111110100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #545612; }

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

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

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

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

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

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

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

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