Html Css Color HEX #54541C Army green

📋 copy color: '#54541C'

red 84 ◦ green 84 ◦ blue 28

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

Shades of Army green #54541C

Tints of Army green #54541C

RGB

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

 GREEN value IS 84 (33.2% from 255) = 42.86%

 BLUE value IS 28 (11.33% from 255) = 14.29%

R = 42.86%
G = 42.86%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.67

 K value IS 0.67

RGB Variations

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

Color information

#54541C (or 0x54541C) is known color: Army green. HEX triplet: 54, 54 and 1C. RGB value is (84,84,28). Sum of RGB (Red+Green+Blue) = 84+84+28=196 (25% of max value = 765). Red value is 84 (33.20% from 255 or 42.86% from 196); Green value is 84 (33.20% from 255 or 42.86% from 196); Blue value is 28 (11.33% from 255 or 14.29% from 196); Max value from RGB is 84 - color contains mainly: red, green. Hex color #54541C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #54541C is #ABABE3. Grayscale: #4D4D4D. Windows color (decimal): -11250660 or 1856596. OLE color: 1856596.

HSL color Cylindrical-coordinate representation of color #54541C: hue angle of 60º degrees, saturation: 0.5, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #54541C is Cyan = 0, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 84 28 -
CMYK 0 0 0.67 0.67
HSL 60º 0.5% 0.22% -
HSV(B) 60º 0.67% 0.33% -
XYZ 7.04 8.31 2.33 -
YUV 77.62 100 132.55 -
System Red Green Blue C M Y K H S L
Decimal 84 84 28 0 0 0.67 0.67 60 0.5 0.22
Hex 54 54 1C 0 0 43 43 3C 32 16
Octal 124 124 34 0 0 103 103 74 62 26
Binary 1010100 1010100 11100 0 0 1000011 1000011 111100 110010 10110

Color Harmonies of #54541C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54541C

Black with #54541C

Text Example


Text Example

White with #54541C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #54541C; }

 p { color: rgb(84,84,28); }

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

background-color css

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

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

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

border-color css

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

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

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