Html Css Color HEX #545210 Army green

📋 copy color: '#545210'

red 84 ◦ green 82 ◦ blue 16

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

Shades of Army green #545210

Tints of Army green #545210

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 8.79%

R = 46.15%
G = 45.05%
B = 8.79%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.81

 K value IS 0.67

RGB Variations

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

Color information

#545210 (or 0x545210) is known color: Army green. HEX triplet: 54, 52 and 10. RGB value is (84,82,16). Sum of RGB (Red+Green+Blue) = 84+82+16=182 (24% of max value = 765). Red value is 84 (33.20% from 255 or 46.15% from 182); Green value is 82 (32.42% from 255 or 45.05% from 182); Blue value is 16 (6.64% from 255 or 8.79% from 182); Max value from RGB is 84 - color contains mainly: red. Hex color #545210 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #545210 is #ABADEF. Grayscale: #4B4B4B. Windows color (decimal): -11251184 or 1069652. OLE color: 1069652.

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

Color convert

RGB 84 82 16 -
CMYK 0 0.02 0.81 0.67
HSL 58.24º 0.68% 0.2% -
HSV(B) 58.24º 0.81% 0.33% -
XYZ 6.77 7.96 1.67 -
YUV 75.07 94.66 134.37 -
System Red Green Blue C M Y K H S L
Decimal 84 82 16 0 0.02 0.81 0.67 58.24 0.68 0.2
Hex 54 52 10 0 2 51 43 3A 44 14
Octal 124 122 20 0 2 121 103 72 104 24
Binary 1010100 1010010 10000 0 10 1010001 1000011 111010 1000100 10100

Color Harmonies of #545210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #545210

Black with #545210

Text Example


Text Example

White with #545210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #545210; }

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

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

background-color css

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

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

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

border-color css

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

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

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