Html Css Color HEX #54531B Army green

📋 copy color: '#54531B'

red 84 ◦ green 83 ◦ blue 27

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

Shades of Army green #54531B

Tints of Army green #54531B

RGB

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

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

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

R = 43.3%
G = 42.78%
B = 13.92%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.68

 K value IS 0.67

RGB Variations

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

Color information

#54531B (or 0x54531B) is known color: Army green. HEX triplet: 54, 53 and 1B. RGB value is (84,83,27). Sum of RGB (Red+Green+Blue) = 84+83+27=194 (25% of max value = 765). Red value is 84 (33.20% from 255 or 43.30% from 194); Green value is 83 (32.81% from 255 or 42.78% from 194); Blue value is 27 (10.94% from 255 or 13.92% from 194); Max value from RGB is 84 - color contains mainly: red. Hex color #54531B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #54531B is #ABACE4. Grayscale: #4D4D4D. Windows color (decimal): -11250917 or 1790804. OLE color: 1790804.

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

Color convert

RGB 84 83 27 -
CMYK 0 0.01 0.68 0.67
HSL 58.95º 0.51% 0.22% -
HSV(B) 58.95º 0.68% 0.33% -
XYZ 6.95 8.15 2.24 -
YUV 76.92 99.83 133.05 -
System Red Green Blue C M Y K H S L
Decimal 84 83 27 0 0.01 0.68 0.67 58.95 0.51 0.22
Hex 54 53 1B 0 1 44 43 3B 33 16
Octal 124 123 33 0 1 104 103 73 63 26
Binary 1010100 1010011 11011 0 1 1000100 1000011 111011 110011 10110

Color Harmonies of #54531B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54531B

Black with #54531B

Text Example


Text Example

White with #54531B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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