Html Css Color HEX #545416 Army green

📋 copy color: '#545416'

red 84 ◦ green 84 ◦ blue 22

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

Shades of Army green #545416

Tints of Army green #545416

RGB

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

 GREEN value IS 84 (33.2% from 255) = 44.21%

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

R = 44.21%
G = 44.21%
B = 11.58%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.74

 K value IS 0.67

RGB Variations

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

Color information

#545416 (or 0x545416) is known color: Army green. HEX triplet: 54, 54 and 16. RGB value is (84,84,22). Sum of RGB (Red+Green+Blue) = 84+84+22=190 (25% of max value = 765). Red value is 84 (33.20% from 255 or 44.21% from 190); Green value is 84 (33.20% from 255 or 44.21% from 190); Blue value is 22 (8.98% from 255 or 11.58% from 190); Max value from RGB is 84 - color contains mainly: red, green. Hex color #545416 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #545416 is #ABABE9. Grayscale: #4D4D4D. Windows color (decimal): -11250666 or 1463380. OLE color: 1463380.

HSL color Cylindrical-coordinate representation of color #545416: hue angle of 60º degrees, saturation: 0.58, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #545416 is Cyan = 0, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 84 22 -
CMYK 0 0 0.74 0.67
HSL 60º 0.58% 0.21% -
HSV(B) 60º 0.74% 0.33% -
XYZ 6.97 8.28 1.99 -
YUV 76.93 97 133.04 -
System Red Green Blue C M Y K H S L
Decimal 84 84 22 0 0 0.74 0.67 60 0.58 0.21
Hex 54 54 16 0 0 4A 43 3C 3A 15
Octal 124 124 26 0 0 112 103 74 72 25
Binary 1010100 1010100 10110 0 0 1001010 1000011 111100 111010 10101

Color Harmonies of #545416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #545416

Black with #545416

Text Example


Text Example

White with #545416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #545416; }

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

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

background-color css

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

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

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

border-color css

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

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

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