Html Css Color HEX #545616 Army green

📋 copy color: '#545616'

red 84 ◦ green 86 ◦ blue 22

#545616
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Army green #545616

Tints of Army green #545616

RGB

 RED value IS 84 (33.2% from 255) = 43.75%

 GREEN value IS 86 (33.98% from 255) = 44.79%

 BLUE value IS 22 (8.98% from 255) = 11.46%

R = 43.75%
G = 44.79%
B = 11.46%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.74

 K value IS 0.66

RGB Variations

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

Color information

#545616 (or 0x545616) is known color: Army green. HEX triplet: 54, 56 and 16. RGB value is (84,86,22). Sum of RGB (Red+Green+Blue) = 84+86+22=192 (25% of max value = 765). Red value is 84 (33.20% from 255 or 43.75% from 192); Green value is 86 (33.98% from 255 or 44.79% from 192); Blue value is 22 (8.98% from 255 or 11.46% from 192); Max value from RGB is 86 - color contains mainly: green. Hex color #545616 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #545616 is #ABA9E9. Grayscale: #4E4E4E. Windows color (decimal): -11250154 or 1463892. OLE color: 1463892.

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

Color convert

RGB 84 86 22 -
CMYK 0.02 0 0.74 0.66
HSL 61.88º 0.59% 0.21% -
HSV(B) 61.88º 0.74% 0.34% -
XYZ 7.13 8.6 2.04 -
YUV 78.11 96.34 132.2 -
System Red Green Blue C M Y K H S L
Decimal 84 86 22 0.02 0 0.74 0.66 61.88 0.59 0.21
Hex 54 56 16 2 0 4A 42 3E 3B 15
Octal 124 126 26 2 0 112 102 76 73 25
Binary 1010100 1010110 10110 10 0 1001010 1000010 111110 111011 10101

Color Harmonies of #545616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #545616

Black with #545616

Text Example


Text Example

White with #545616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #545616; }

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

 H1.HeaderClassName
 {
   color: #545616;
 }
 .AnyTagClassName
 {
   color: #545616;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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