Html Css Color HEX #545214 Army green

📋 copy color: '#545214'

red 84 ◦ green 82 ◦ blue 20

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

Shades of Army green #545214

Tints of Army green #545214

RGB

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

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

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

R = 45.16%
G = 44.09%
B = 10.75%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.76

 K value IS 0.67

RGB Variations

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

Color information

#545214 (or 0x545214) is known color: Army green. HEX triplet: 54, 52 and 14. RGB value is (84,82,20). Sum of RGB (Red+Green+Blue) = 84+82+20=186 (24% of max value = 765). Red value is 84 (33.20% from 255 or 45.16% from 186); Green value is 82 (32.42% from 255 or 44.09% from 186); Blue value is 20 (8.20% from 255 or 10.75% from 186); Max value from RGB is 84 - color contains mainly: red. Hex color #545214 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #545214 is #ABADEB. Grayscale: #4B4B4B. Windows color (decimal): -11251180 or 1331796. OLE color: 1331796.

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

Color convert

RGB 84 82 20 -
CMYK 0 0.02 0.76 0.67
HSL 58.13º 0.62% 0.2% -
HSV(B) 58.13º 0.76% 0.33% -
XYZ 6.8 7.97 1.84 -
YUV 75.53 96.66 134.04 -
System Red Green Blue C M Y K H S L
Decimal 84 82 20 0 0.02 0.76 0.67 58.13 0.62 0.2
Hex 54 52 14 0 2 4C 43 3A 3E 14
Octal 124 122 24 0 2 114 103 72 76 24
Binary 1010100 1010010 10100 0 10 1001100 1000011 111010 111110 10100

Color Harmonies of #545214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #545214

Black with #545214

Text Example


Text Example

White with #545214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #545214; }

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

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

background-color css

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

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

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

border-color css

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

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

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