#54531B

Color #54531B Army green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Army green #54531B

Tints of Army green #54531B

Color information

#54531B (or 0x54531B) is unknown color: approx 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

RGB848327-
CMYK00.010.680.67
HSL58.95º51.35%21.76%-
HSV(B)58.95º67.86%32.94%-
XYZ6.958.152.24-
YUV76.9199.83133.05-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 43.30%
GREEN value IS 83 (32.81% from 255) = 42.78%
BLUE value IS 27 (10.94% from 255) = 13.92%
R=43.30%
G=42.78%
B=13.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.68
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84832700.010.680.6758.9551.3521.76
Hex54531B0144433b3316
Octal1241233301104103736326
Binary1010100101001111011011000100100001111101111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54531B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>