Html Css Color HEX #545011 Army green

📋 copy color: '#545011'

red 84 ◦ green 80 ◦ blue 17

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

Shades of Army green #545011

Tints of Army green #545011

RGB

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

 GREEN value IS 80 (31.64% from 255) = 44.2%

 BLUE value IS 17 (7.03% from 255) = 9.39%

R = 46.41%
G = 44.2%
B = 9.39%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.80

 K value IS 0.67

RGB Variations

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

Color information

#545011 (or 0x545011) is known color: Army green. HEX triplet: 54, 50 and 11. RGB value is (84,80,17). Sum of RGB (Red+Green+Blue) = 84+80+17=181 (23% of max value = 765). Red value is 84 (33.20% from 255 or 46.41% from 181); Green value is 80 (31.64% from 255 or 44.20% from 181); Blue value is 17 (7.03% from 255 or 9.39% from 181); Max value from RGB is 84 - color contains mainly: red. Hex color #545011 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #545011 is #ABAFEE. Grayscale: #4A4A4A. Windows color (decimal): -11251695 or 1134676. OLE color: 1134676.

HSL color Cylindrical-coordinate representation of color #545011: hue angle of 56.42º degrees, saturation: 0.66, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #545011 is Cyan = 0, Magento = 0.05, Yellow = 0.80 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 80 17 -
CMYK 0 0.05 0.80 0.67
HSL 56.42º 0.66% 0.2% -
HSV(B) 56.42º 0.8% 0.33% -
XYZ 6.63 7.66 1.66 -
YUV 74.01 95.83 135.12 -
System Red Green Blue C M Y K H S L
Decimal 84 80 17 0 0.05 0.80 0.67 56.42 0.66 0.2
Hex 54 50 11 0 5 50 43 38 42 14
Octal 124 120 21 0 5 120 103 70 102 24
Binary 1010100 1010000 10001 0 101 1010000 1000011 111000 1000010 10100

Color Harmonies of #545011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #545011

Black with #545011

Text Example


Text Example

White with #545011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #545011; }

 p { color: rgb(84,80,17); }

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

background-color css

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

 a { background-color: rgb(84,80,17); }

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

border-color css

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

 span { border-color: rgb(84,80,17); }

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