Html Css Color HEX #545720 Army green

📋 copy color: '#545720'

red 84 ◦ green 87 ◦ blue 32

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

Shades of Army green #545720

Tints of Army green #545720

RGB

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

 GREEN value IS 87 (34.38% from 255) = 42.86%

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

R = 41.38%
G = 42.86%
B = 15.76%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.63

 K value IS 0.66

RGB Variations

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

Color information

#545720 (or 0x545720) is known color: Army green. HEX triplet: 54, 57 and 20. RGB value is (84,87,32). Sum of RGB (Red+Green+Blue) = 84+87+32=203 (26% of max value = 765). Red value is 84 (33.20% from 255 or 41.38% from 203); Green value is 87 (34.38% from 255 or 42.86% from 203); Blue value is 32 (12.89% from 255 or 15.76% from 203); Max value from RGB is 87 - color contains mainly: green. Hex color #545720 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #545720 is #ABA8DF. Grayscale: #505050. Windows color (decimal): -11249888 or 2119508. OLE color: 2119508.

HSL color Cylindrical-coordinate representation of color #545720: hue angle of 63.27º degrees, saturation: 0.46, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #545720 is Cyan = 0.03, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.66.

Color convert

RGB 84 87 32 -
CMYK 0.03 0 0.63 0.66
HSL 63.27º 0.46% 0.23% -
HSV(B) 63.27º 0.63% 0.34% -
XYZ 7.33 8.81 2.68 -
YUV 79.83 101.01 130.97 -
System Red Green Blue C M Y K H S L
Decimal 84 87 32 0.03 0 0.63 0.66 63.27 0.46 0.23
Hex 54 57 20 3 0 3F 42 3F 2E 17
Octal 124 127 40 3 0 77 102 77 56 27
Binary 1010100 1010111 100000 11 0 111111 1000010 111111 101110 10111

Color Harmonies of #545720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #545720

Black with #545720

Text Example


Text Example

White with #545720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #545720; }

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

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

background-color css

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

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

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

border-color css

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

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

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