Html Css Color HEX #545D18 Army green

📋 copy color: '#545D18'

red 84 ◦ green 93 ◦ blue 24

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

Shades of Army green #545D18

Tints of Army green #545D18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 11.94%

R = 41.79%
G = 46.27%
B = 11.94%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.74

 K value IS 0.64

RGB Variations

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

Color information

#545D18 (or 0x545D18) is known color: Army green. HEX triplet: 54, 5D and 18. RGB value is (84,93,24). Sum of RGB (Red+Green+Blue) = 84+93+24=201 (26% of max value = 765). Red value is 84 (33.20% from 255 or 41.79% from 201); Green value is 93 (36.72% from 255 or 46.27% from 201); Blue value is 24 (9.77% from 255 or 11.94% from 201); Max value from RGB is 93 - color contains mainly: green. Hex color #545D18 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #545D18 is #ABA2E7. Grayscale: #525252. Windows color (decimal): -11248360 or 1596756. OLE color: 1596756.

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

Color convert

RGB 84 93 24 -
CMYK 0.10 0 0.74 0.64
HSL 67.83º 0.59% 0.23% -
HSV(B) 67.83º 0.74% 0.36% -
XYZ 7.74 9.78 2.34 -
YUV 82.44 95.02 129.11 -
System Red Green Blue C M Y K H S L
Decimal 84 93 24 0.10 0 0.74 0.64 67.83 0.59 0.23
Hex 54 5D 18 A 0 4A 40 44 3B 17
Octal 124 135 30 12 0 112 100 104 73 27
Binary 1010100 1011101 11000 1010 0 1001010 1000000 1000100 111011 10111

Color Harmonies of #545D18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #545D18

Black with #545D18

Text Example


Text Example

White with #545D18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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