#54521E

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

Shades of Army green #54521E

Tints of Army green #54521E

Color information

#54521E (or 0x54521E) is unknown color: approx Army green. HEX triplet: 54, 52 and 1E. RGB value is (84,82,30). Sum of RGB (Red+Green+Blue) = 84+82+30=196 (25% of max value = 765). Red value is 84 (33.20% from 255 or 42.86% from 196); Green value is 82 (32.42% from 255 or 41.84% from 196); Blue value is 30 (12.11% from 255 or 15.31% from 196); Max value from RGB is 84 - color contains mainly: red. Hex color #54521E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #54521E is #ABADE1. Grayscale: #4C4C4C. Windows color (decimal): -11251170 or 1987156. OLE color: 1987156.

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

Color convert

RGB848230-
CMYK00.020.640.67
HSL57.78º47.37%22.35%-
HSV(B)57.78º64.29%32.94%-
XYZ6.918.012.41-
YUV76.67101.66133.23-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 42.86%
GREEN value IS 82 (32.42% from 255) = 41.84%
BLUE value IS 30 (12.11% from 255) = 15.31%
R=42.86%
G=41.84%
B=15.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.64
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84823000.020.640.6757.7847.3722.35
Hex54521E0240433a2f16
Octal1241223602100103725726
Binary10101001010010111100101000000100001111101010111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54521E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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