Html Css Color HEX #54521B Army green

📋 copy color: '#54521B'

red 84 ◦ green 82 ◦ blue 27

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

Shades of Army green #54521B

Tints of Army green #54521B

RGB

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

 GREEN value IS 82 (32.42% from 255) = 42.49%

 BLUE value IS 27 (10.94% from 255) = 13.99%

R = 43.52%
G = 42.49%
B = 13.99%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.68

 K value IS 0.67

RGB Variations

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

Color information

#54521B (or 0x54521B) is known color: Army green. HEX triplet: 54, 52 and 1B. RGB value is (84,82,27). Sum of RGB (Red+Green+Blue) = 84+82+27=193 (25% of max value = 765). Red value is 84 (33.20% from 255 or 43.52% from 193); Green value is 82 (32.42% from 255 or 42.49% from 193); Blue value is 27 (10.94% from 255 or 13.99% from 193); Max value from RGB is 84 - color contains mainly: red. Hex color #54521B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #54521B is #ABADE4. Grayscale: #4C4C4C. Windows color (decimal): -11251173 or 1790548. OLE color: 1790548.

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

Color convert

RGB 84 82 27 -
CMYK 0 0.02 0.68 0.67
HSL 57.89º 0.51% 0.22% -
HSV(B) 57.89º 0.68% 0.33% -
XYZ 6.87 8 2.22 -
YUV 76.33 100.16 133.47 -
System Red Green Blue C M Y K H S L
Decimal 84 82 27 0 0.02 0.68 0.67 57.89 0.51 0.22
Hex 54 52 1B 0 2 44 43 3A 33 16
Octal 124 122 33 0 2 104 103 72 63 26
Binary 1010100 1010010 11011 0 10 1000100 1000011 111010 110011 10110

Color Harmonies of #54521B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54521B

Black with #54521B

Text Example


Text Example

White with #54521B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #54521B; }

 p { color: rgb(84,82,27); }

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

background-color css

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

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

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

border-color css

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

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

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