Html Css Color HEX #54531C Army green

📋 copy color: '#54531C'

red 84 ◦ green 83 ◦ blue 28

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

Shades of Army green #54531C

Tints of Army green #54531C

RGB

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

 GREEN value IS 83 (32.81% from 255) = 42.56%

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

R = 43.08%
G = 42.56%
B = 14.36%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.67

 K value IS 0.67

RGB Variations

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

Color information

#54531C (or 0x54531C) is known color: Army green. HEX triplet: 54, 53 and 1C. RGB value is (84,83,28). Sum of RGB (Red+Green+Blue) = 84+83+28=195 (25% of max value = 765). Red value is 84 (33.20% from 255 or 43.08% from 195); Green value is 83 (32.81% from 255 or 42.56% from 195); Blue value is 28 (11.33% from 255 or 14.36% from 195); Max value from RGB is 84 - color contains mainly: red. Hex color #54531C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #54531C is #ABACE3. Grayscale: #4D4D4D. Windows color (decimal): -11250916 or 1856340. OLE color: 1856340.

HSL color Cylindrical-coordinate representation of color #54531C: hue angle of 58.93º 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 #54531C is Cyan = 0, Magento = 0.01, Yellow = 0.67 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 83 28 -
CMYK 0 0.01 0.67 0.67
HSL 58.93º 0.5% 0.22% -
HSV(B) 58.93º 0.67% 0.33% -
XYZ 6.96 8.16 2.31 -
YUV 77.03 100.33 132.97 -
System Red Green Blue C M Y K H S L
Decimal 84 83 28 0 0.01 0.67 0.67 58.93 0.5 0.22
Hex 54 53 1C 0 1 43 43 3B 32 16
Octal 124 123 34 0 1 103 103 73 62 26
Binary 1010100 1010011 11100 0 1 1000011 1000011 111011 110010 10110

Color Harmonies of #54531C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54531C

Black with #54531C

Text Example


Text Example

White with #54531C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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