Html Css Color HEX #545211 Army green

📋 copy color: '#545211'

red 84 ◦ green 82 ◦ blue 17

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

Shades of Army green #545211

Tints of Army green #545211

RGB

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

 GREEN value IS 82 (32.42% from 255) = 44.81%

 BLUE value IS 17 (7.03% from 255) = 9.29%

R = 45.9%
G = 44.81%
B = 9.29%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.80

 K value IS 0.67

RGB Variations

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

Color information

#545211 (or 0x545211) is known color: Army green. HEX triplet: 54, 52 and 11. RGB value is (84,82,17). Sum of RGB (Red+Green+Blue) = 84+82+17=183 (24% of max value = 765). Red value is 84 (33.20% from 255 or 45.90% from 183); Green value is 82 (32.42% from 255 or 44.81% from 183); Blue value is 17 (7.03% from 255 or 9.29% from 183); Max value from RGB is 84 - color contains mainly: red. Hex color #545211 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #545211 is #ABADEE. Grayscale: #4B4B4B. Windows color (decimal): -11251183 or 1135188. OLE color: 1135188.

HSL color Cylindrical-coordinate representation of color #545211: hue angle of 58.21º degrees, saturation: 0.66, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #545211 is Cyan = 0, Magento = 0.02, Yellow = 0.80 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 82 17 -
CMYK 0 0.02 0.80 0.67
HSL 58.21º 0.66% 0.2% -
HSV(B) 58.21º 0.8% 0.33% -
XYZ 6.77 7.96 1.71 -
YUV 75.19 95.16 134.29 -
System Red Green Blue C M Y K H S L
Decimal 84 82 17 0 0.02 0.80 0.67 58.21 0.66 0.2
Hex 54 52 11 0 2 50 43 3A 42 14
Octal 124 122 21 0 2 120 103 72 102 24
Binary 1010100 1010010 10001 0 10 1010000 1000011 111010 1000010 10100

Color Harmonies of #545211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #545211

Black with #545211

Text Example


Text Example

White with #545211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #545211; }

 p { color: rgb(84,82,17); }

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

background-color css

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

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

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

border-color css

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

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

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