Html Css Color HEX #545920 Army green

📋 copy color: '#545920'

red 84 ◦ green 89 ◦ blue 32

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

Shades of Army green #545920

Tints of Army green #545920

RGB

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

 GREEN value IS 89 (35.16% from 255) = 43.41%

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

R = 40.98%
G = 43.41%
B = 15.61%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.64

 K value IS 0.65

RGB Variations

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

Color information

#545920 (or 0x545920) is known color: Army green. HEX triplet: 54, 59 and 20. RGB value is (84,89,32). Sum of RGB (Red+Green+Blue) = 84+89+32=205 (27% of max value = 765). Red value is 84 (33.20% from 255 or 40.98% from 205); Green value is 89 (35.16% from 255 or 43.41% from 205); Blue value is 32 (12.89% from 255 or 15.61% from 205); Max value from RGB is 89 - color contains mainly: green. Hex color #545920 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #545920 is #ABA6DF. Grayscale: #515151. Windows color (decimal): -11249376 or 2120020. OLE color: 2120020.

HSL color Cylindrical-coordinate representation of color #545920: hue angle of 65.26º degrees, saturation: 0.47, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #545920 is Cyan = 0.06, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.65.

Color convert

RGB 84 89 32 -
CMYK 0.06 0 0.64 0.65
HSL 65.26º 0.47% 0.24% -
HSV(B) 65.26º 0.64% 0.35% -
XYZ 7.49 9.13 2.73 -
YUV 81.01 100.34 130.13 -
System Red Green Blue C M Y K H S L
Decimal 84 89 32 0.06 0 0.64 0.65 65.26 0.47 0.24
Hex 54 59 20 6 0 40 41 41 2F 18
Octal 124 131 40 6 0 100 101 101 57 30
Binary 1010100 1011001 100000 110 0 1000000 1000001 1000001 101111 11000

Color Harmonies of #545920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #545920

Black with #545920

Text Example


Text Example

White with #545920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #545920; }

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

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

background-color css

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

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

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

border-color css

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

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

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