Html Css Color HEX #545320 Army green

📋 copy color: '#545320'

red 84 ◦ green 83 ◦ blue 32

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

Shades of Army green #545320

Tints of Army green #545320

RGB

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

 GREEN value IS 83 (32.81% from 255) = 41.71%

 BLUE value IS 32 (12.89% from 255) = 16.08%

R = 42.21%
G = 41.71%
B = 16.08%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.62

 K value IS 0.67

RGB Variations

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

Color information

#545320 (or 0x545320) is known color: Army green. HEX triplet: 54, 53 and 20. RGB value is (84,83,32). Sum of RGB (Red+Green+Blue) = 84+83+32=199 (26% of max value = 765). Red value is 84 (33.20% from 255 or 42.21% from 199); Green value is 83 (32.81% from 255 or 41.71% from 199); Blue value is 32 (12.89% from 255 or 16.08% from 199); Max value from RGB is 84 - color contains mainly: red. Hex color #545320 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #545320 is #ABACDF. Grayscale: #4D4D4D. Windows color (decimal): -11250912 or 2118484. OLE color: 2118484.

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

Color convert

RGB 84 83 32 -
CMYK 0 0.01 0.62 0.67
HSL 58.85º 0.45% 0.23% -
HSV(B) 58.85º 0.62% 0.33% -
XYZ 7.01 8.18 2.58 -
YUV 77.49 102.33 132.65 -
System Red Green Blue C M Y K H S L
Decimal 84 83 32 0 0.01 0.62 0.67 58.85 0.45 0.23
Hex 54 53 20 0 1 3E 43 3B 2D 17
Octal 124 123 40 0 1 76 103 73 55 27
Binary 1010100 1010011 100000 0 1 111110 1000011 111011 101101 10111

Color Harmonies of #545320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #545320

Black with #545320

Text Example


Text Example

White with #545320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #545320; }

 p { color: rgb(84,83,32); }

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

background-color css

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

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

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

border-color css

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

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

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