Html Css Color HEX #545314 Army green

📋 copy color: '#545314'

red 84 ◦ green 83 ◦ blue 20

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

Shades of Army green #545314

Tints of Army green #545314

RGB

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

 GREEN value IS 83 (32.81% from 255) = 44.39%

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

R = 44.92%
G = 44.39%
B = 10.7%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.76

 K value IS 0.67

RGB Variations

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

Color information

#545314 (or 0x545314) is known color: Army green. HEX triplet: 54, 53 and 14. RGB value is (84,83,20). Sum of RGB (Red+Green+Blue) = 84+83+20=187 (24% of max value = 765). Red value is 84 (33.20% from 255 or 44.92% from 187); Green value is 83 (32.81% from 255 or 44.39% from 187); Blue value is 20 (8.20% from 255 or 10.70% from 187); Max value from RGB is 84 - color contains mainly: red. Hex color #545314 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #545314 is #ABACEB. Grayscale: #4C4C4C. Windows color (decimal): -11250924 or 1332052. OLE color: 1332052.

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

Color convert

RGB 84 83 20 -
CMYK 0 0.01 0.76 0.67
HSL 59.06º 0.62% 0.2% -
HSV(B) 59.06º 0.76% 0.33% -
XYZ 6.88 8.12 1.87 -
YUV 76.12 96.33 133.62 -
System Red Green Blue C M Y K H S L
Decimal 84 83 20 0 0.01 0.76 0.67 59.06 0.62 0.2
Hex 54 53 14 0 1 4C 43 3B 3E 14
Octal 124 123 24 0 1 114 103 73 76 24
Binary 1010100 1010011 10100 0 1 1001100 1000011 111011 111110 10100

Color Harmonies of #545314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #545314

Black with #545314

Text Example


Text Example

White with #545314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #545314; }

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

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

background-color css

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

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

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

border-color css

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

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

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