#54531D

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

Shades of Army green #54531D

Tints of Army green #54531D

Color information

#54531D (or 0x54531D) is unknown color: approx Army green. HEX triplet: 54, 53 and 1D. RGB value is (84,83,29). Sum of RGB (Red+Green+Blue) = 84+83+29=196 (25% of max value = 765). Red value is 84 (33.20% from 255 or 42.86% from 196); Green value is 83 (32.81% from 255 or 42.35% from 196); Blue value is 29 (11.72% from 255 or 14.80% from 196); Max value from RGB is 84 - color contains mainly: red. Hex color #54531D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #54531D is #ABACE2. Grayscale: #4D4D4D. Windows color (decimal): -11250915 or 1921876. OLE color: 1921876.

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

Color convert

RGB848329-
CMYK00.010.650.67
HSL58.91º48.67%22.16%-
HSV(B)58.91º65.48%32.94%-
XYZ6.978.162.37-
YUV77.14100.83132.89-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 42.86%
GREEN value IS 83 (32.81% from 255) = 42.35%
BLUE value IS 29 (11.72% from 255) = 14.80%
R=42.86%
G=42.35%
B=14.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.65
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84832900.010.650.6758.9148.6722.16
Hex54531D0141433b3116
Octal1241233501101103736126
Binary1010100101001111101011000001100001111101111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54531D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #54531D;
 }
 .AnyTagClassName
 {
   color: #54531D;
 }
</style>
background-color css

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

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

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

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

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

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