Html Css Color HEX #545D19 Army green

📋 copy color: '#545D19'

red 84 ◦ green 93 ◦ blue 25

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

Shades of Army green #545D19

Tints of Army green #545D19

RGB

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

 GREEN value IS 93 (36.72% from 255) = 46.04%

 BLUE value IS 25 (10.16% from 255) = 12.38%

R = 41.58%
G = 46.04%
B = 12.38%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.73

 K value IS 0.64

RGB Variations

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

Color information

#545D19 (or 0x545D19) is known color: Army green. HEX triplet: 54, 5D and 19. RGB value is (84,93,25). Sum of RGB (Red+Green+Blue) = 84+93+25=202 (26% of max value = 765). Red value is 84 (33.20% from 255 or 41.58% from 202); Green value is 93 (36.72% from 255 or 46.04% from 202); Blue value is 25 (10.16% from 255 or 12.38% from 202); Max value from RGB is 93 - color contains mainly: green. Hex color #545D19 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #545D19 is #ABA2E6. Grayscale: #525252. Windows color (decimal): -11248359 or 1662292. OLE color: 1662292.

HSL color Cylindrical-coordinate representation of color #545D19: hue angle of 67.94º degrees, saturation: 0.58, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #545D19 is Cyan = 0.10, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.64.

Color convert

RGB 84 93 25 -
CMYK 0.10 0 0.73 0.64
HSL 67.94º 0.58% 0.23% -
HSV(B) 67.94º 0.73% 0.36% -
XYZ 7.75 9.78 2.4 -
YUV 82.56 95.52 129.03 -
System Red Green Blue C M Y K H S L
Decimal 84 93 25 0.10 0 0.73 0.64 67.94 0.58 0.23
Hex 54 5D 19 A 0 49 40 44 3A 17
Octal 124 135 31 12 0 111 100 104 72 27
Binary 1010100 1011101 11001 1010 0 1001001 1000000 1000100 111010 10111

Color Harmonies of #545D19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #545D19

Black with #545D19

Text Example


Text Example

White with #545D19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #545D19; }

 p { color: rgb(84,93,25); }

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

background-color css

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

 a { background-color: rgb(84,93,25); }

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

border-color css

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

 span { border-color: rgb(84,93,25); }

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