Html Css Color HEX #545421 Army green

📋 copy color: '#545421'

red 84 ◦ green 84 ◦ blue 33

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

Shades of Army green #545421

Tints of Army green #545421

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 16.42%

R = 41.79%
G = 41.79%
B = 16.42%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.61

 K value IS 0.67

RGB Variations

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

Color information

#545421 (or 0x545421) is known color: Army green. HEX triplet: 54, 54 and 21. RGB value is (84,84,33). Sum of RGB (Red+Green+Blue) = 84+84+33=201 (26% of max value = 765). Red value is 84 (33.20% from 255 or 41.79% from 201); Green value is 84 (33.20% from 255 or 41.79% from 201); Blue value is 33 (13.28% from 255 or 16.42% from 201); Max value from RGB is 84 - color contains mainly: red, green. Hex color #545421 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #545421 is #ABABDE. Grayscale: #4E4E4E. Windows color (decimal): -11250655 or 2184276. OLE color: 2184276.

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

Color convert

RGB 84 84 33 -
CMYK 0 0 0.61 0.67
HSL 60º 0.44% 0.23% -
HSV(B) 60º 0.61% 0.33% -
XYZ 7.1 8.34 2.67 -
YUV 78.19 102.5 132.15 -
System Red Green Blue C M Y K H S L
Decimal 84 84 33 0 0 0.61 0.67 60 0.44 0.23
Hex 54 54 21 0 0 3D 43 3C 2C 17
Octal 124 124 41 0 0 75 103 74 54 27
Binary 1010100 1010100 100001 0 0 111101 1000011 111100 101100 10111

Color Harmonies of #545421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #545421

Black with #545421

Text Example


Text Example

White with #545421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #545421; }

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

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

background-color css

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

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

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

border-color css

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

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

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