Html Css Color HEX #545213 Army green

📋 copy color: '#545213'

red 84 ◦ green 82 ◦ blue 19

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

Shades of Army green #545213

Tints of Army green #545213

RGB

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

 GREEN value IS 82 (32.42% from 255) = 44.32%

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

R = 45.41%
G = 44.32%
B = 10.27%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.77

 K value IS 0.67

RGB Variations

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

Color information

#545213 (or 0x545213) is known color: Army green. HEX triplet: 54, 52 and 13. RGB value is (84,82,19). Sum of RGB (Red+Green+Blue) = 84+82+19=185 (24% of max value = 765). Red value is 84 (33.20% from 255 or 45.41% from 185); Green value is 82 (32.42% from 255 or 44.32% from 185); Blue value is 19 (7.81% from 255 or 10.27% from 185); Max value from RGB is 84 - color contains mainly: red. Hex color #545213 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #545213 is #ABADEC. Grayscale: #4B4B4B. Windows color (decimal): -11251181 or 1266260. OLE color: 1266260.

HSL color Cylindrical-coordinate representation of color #545213: hue angle of 58.15º 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 #545213 is Cyan = 0, Magento = 0.02, Yellow = 0.77 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 82 19 -
CMYK 0 0.02 0.77 0.67
HSL 58.15º 0.63% 0.2% -
HSV(B) 58.15º 0.77% 0.33% -
XYZ 6.79 7.97 1.8 -
YUV 75.42 96.16 134.12 -
System Red Green Blue C M Y K H S L
Decimal 84 82 19 0 0.02 0.77 0.67 58.15 0.63 0.2
Hex 54 52 13 0 2 4D 43 3A 3F 14
Octal 124 122 23 0 2 115 103 72 77 24
Binary 1010100 1010010 10011 0 10 1001101 1000011 111010 111111 10100

Color Harmonies of #545213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #545213

Black with #545213

Text Example


Text Example

White with #545213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #545213; }

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

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

background-color css

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

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

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

border-color css

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

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

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