Html Css Color HEX #545313 Army green

📋 copy color: '#545313'

red 84 ◦ green 83 ◦ blue 19

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

Shades of Army green #545313

Tints of Army green #545313

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 10.22%

R = 45.16%
G = 44.62%
B = 10.22%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.77

 K value IS 0.67

RGB Variations

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

Color information

#545313 (or 0x545313) is known color: Army green. HEX triplet: 54, 53 and 13. RGB value is (84,83,19). Sum of RGB (Red+Green+Blue) = 84+83+19=186 (24% of max value = 765). Red value is 84 (33.20% from 255 or 45.16% from 186); Green value is 83 (32.81% from 255 or 44.62% from 186); Blue value is 19 (7.81% from 255 or 10.22% from 186); Max value from RGB is 84 - color contains mainly: red. Hex color #545313 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #545313 is #ABACEC. Grayscale: #4C4C4C. Windows color (decimal): -11250925 or 1266516. OLE color: 1266516.

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

Color convert

RGB 84 83 19 -
CMYK 0 0.01 0.77 0.67
HSL 59.08º 0.63% 0.2% -
HSV(B) 59.08º 0.77% 0.33% -
XYZ 6.87 8.12 1.82 -
YUV 76 95.83 133.7 -
System Red Green Blue C M Y K H S L
Decimal 84 83 19 0 0.01 0.77 0.67 59.08 0.63 0.2
Hex 54 53 13 0 1 4D 43 3B 3F 14
Octal 124 123 23 0 1 115 103 73 77 24
Binary 1010100 1010011 10011 0 1 1001101 1000011 111011 111111 10100

Color Harmonies of #545313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #545313

Black with #545313

Text Example


Text Example

White with #545313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #545313; }

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

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

background-color css

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

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

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

border-color css

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

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

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