Html Css Color HEX #545010 Army green

📋 copy color: '#545010'

red 84 ◦ green 80 ◦ blue 16

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

Shades of Army green #545010

Tints of Army green #545010

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 8.89%

R = 46.67%
G = 44.44%
B = 8.89%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.81

 K value IS 0.67

RGB Variations

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

Color information

#545010 (or 0x545010) is known color: Army green. HEX triplet: 54, 50 and 10. RGB value is (84,80,16). Sum of RGB (Red+Green+Blue) = 84+80+16=180 (23% of max value = 765). Red value is 84 (33.20% from 255 or 46.67% from 180); Green value is 80 (31.64% from 255 or 44.44% from 180); Blue value is 16 (6.64% from 255 or 8.89% from 180); Max value from RGB is 84 - color contains mainly: red. Hex color #545010 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #545010 is #ABAFEF. Grayscale: #4A4A4A. Windows color (decimal): -11251696 or 1069140. OLE color: 1069140.

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

Color convert

RGB 84 80 16 -
CMYK 0 0.05 0.81 0.67
HSL 56.47º 0.68% 0.2% -
HSV(B) 56.47º 0.81% 0.33% -
XYZ 6.62 7.66 1.62 -
YUV 73.9 95.33 135.2 -
System Red Green Blue C M Y K H S L
Decimal 84 80 16 0 0.05 0.81 0.67 56.47 0.68 0.2
Hex 54 50 10 0 5 51 43 38 44 14
Octal 124 120 20 0 5 121 103 70 104 24
Binary 1010100 1010000 10000 0 101 1010001 1000011 111000 1000100 10100

Color Harmonies of #545010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #545010

Black with #545010

Text Example


Text Example

White with #545010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #545010; }

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

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

background-color css

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

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

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

border-color css

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

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

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