Html Css Color HEX #545512 Army green

📋 copy color: '#545512'

red 84 ◦ green 85 ◦ blue 18

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

Shades of Army green #545512

Tints of Army green #545512

RGB

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

 GREEN value IS 85 (33.59% from 255) = 45.45%

 BLUE value IS 18 (7.42% from 255) = 9.63%

R = 44.92%
G = 45.45%
B = 9.63%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.79

 K value IS 0.67

RGB Variations

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

Color information

#545512 (or 0x545512) is known color: Army green. HEX triplet: 54, 55 and 12. RGB value is (84,85,18). Sum of RGB (Red+Green+Blue) = 84+85+18=187 (24% of max value = 765). Red value is 84 (33.20% from 255 or 44.92% from 187); Green value is 85 (33.59% from 255 or 45.45% from 187); Blue value is 18 (7.42% from 255 or 9.63% from 187); Max value from RGB is 85 - color contains mainly: green. Hex color #545512 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #545512 is #ABAAED. Grayscale: #4D4D4D. Windows color (decimal): -11250414 or 1201492. OLE color: 1201492.

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

Color convert

RGB 84 85 18 -
CMYK 0.01 0 0.79 0.67
HSL 60.9º 0.65% 0.2% -
HSV(B) 60.9º 0.79% 0.33% -
XYZ 7.01 8.43 1.83 -
YUV 77.06 94.67 132.95 -
System Red Green Blue C M Y K H S L
Decimal 84 85 18 0.01 0 0.79 0.67 60.9 0.65 0.2
Hex 54 55 12 1 0 4F 43 3D 41 14
Octal 124 125 22 1 0 117 103 75 101 24
Binary 1010100 1010101 10010 1 0 1001111 1000011 111101 1000001 10100

Color Harmonies of #545512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #545512

Black with #545512

Text Example


Text Example

White with #545512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #545512; }

 p { color: rgb(84,85,18); }

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

background-color css

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

 a { background-color: rgb(84,85,18); }

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

border-color css

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

 span { border-color: rgb(84,85,18); }

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