Html Css Color HEX #545814 Army green

📋 copy color: '#545814'

red 84 ◦ green 88 ◦ blue 20

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

Shades of Army green #545814

Tints of Army green #545814

RGB

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

 GREEN value IS 88 (34.77% from 255) = 45.83%

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

R = 43.75%
G = 45.83%
B = 10.42%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.77

 K value IS 0.65

RGB Variations

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

Color information

#545814 (or 0x545814) is known color: Army green. HEX triplet: 54, 58 and 14. RGB value is (84,88,20). Sum of RGB (Red+Green+Blue) = 84+88+20=192 (25% of max value = 765). Red value is 84 (33.20% from 255 or 43.75% from 192); Green value is 88 (34.77% from 255 or 45.83% from 192); Blue value is 20 (8.20% from 255 or 10.42% from 192); Max value from RGB is 88 - color contains mainly: green. Hex color #545814 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #545814 is #ABA7EB. Grayscale: #4F4F4F. Windows color (decimal): -11249644 or 1333332. OLE color: 1333332.

HSL color Cylindrical-coordinate representation of color #545814: hue angle of 63.53º degrees, saturation: 0.63, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #545814 is Cyan = 0.05, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.65.

Color convert

RGB 84 88 20 -
CMYK 0.05 0 0.77 0.65
HSL 63.53º 0.63% 0.21% -
HSV(B) 63.53º 0.77% 0.35% -
XYZ 7.27 8.91 2 -
YUV 79.05 94.67 131.53 -
System Red Green Blue C M Y K H S L
Decimal 84 88 20 0.05 0 0.77 0.65 63.53 0.63 0.21
Hex 54 58 14 5 0 4D 41 40 3F 15
Octal 124 130 24 5 0 115 101 100 77 25
Binary 1010100 1011000 10100 101 0 1001101 1000001 1000000 111111 10101

Color Harmonies of #545814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #545814

Black with #545814

Text Example


Text Example

White with #545814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #545814; }

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

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

background-color css

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

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

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

border-color css

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

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

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