Html Css Color HEX #545514 Army green

📋 copy color: '#545514'

red 84 ◦ green 85 ◦ blue 20

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

Shades of Army green #545514

Tints of Army green #545514

RGB

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

 GREEN value IS 85 (33.59% from 255) = 44.97%

 BLUE value IS 20 (8.2% from 255) = 10.58%

R = 44.44%
G = 44.97%
B = 10.58%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.76

 K value IS 0.67

RGB Variations

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

Color information

#545514 (or 0x545514) is known color: Army green. HEX triplet: 54, 55 and 14. RGB value is (84,85,20). Sum of RGB (Red+Green+Blue) = 84+85+20=189 (25% of max value = 765). Red value is 84 (33.20% from 255 or 44.44% from 189); Green value is 85 (33.59% from 255 or 44.97% from 189); Blue value is 20 (8.20% from 255 or 10.58% from 189); Max value from RGB is 85 - color contains mainly: green. Hex color #545514 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #545514 is #ABAAEB. Grayscale: #4D4D4D. Windows color (decimal): -11250412 or 1332564. OLE color: 1332564.

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

Color convert

RGB 84 85 20 -
CMYK 0.01 0 0.76 0.67
HSL 60.92º 0.62% 0.21% -
HSV(B) 60.92º 0.76% 0.33% -
XYZ 7.03 8.43 1.92 -
YUV 77.29 95.67 132.79 -
System Red Green Blue C M Y K H S L
Decimal 84 85 20 0.01 0 0.76 0.67 60.92 0.62 0.21
Hex 54 55 14 1 0 4C 43 3D 3E 15
Octal 124 125 24 1 0 114 103 75 76 25
Binary 1010100 1010101 10100 1 0 1001100 1000011 111101 111110 10101

Color Harmonies of #545514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #545514

Black with #545514

Text Example


Text Example

White with #545514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #545514; }

 p { color: rgb(84,85,20); }

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

background-color css

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

 a { background-color: rgb(84,85,20); }

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

border-color css

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

 span { border-color: rgb(84,85,20); }

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