#54571A

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

Shades of Army green #54571A

Tints of Army green #54571A

Color information

#54571A (or 0x54571A) is unknown color: approx Army green. HEX triplet: 54, 57 and 1A. RGB value is (84,87,26). Sum of RGB (Red+Green+Blue) = 84+87+26=197 (26% of max value = 765). Red value is 84 (33.20% from 255 or 42.64% from 197); Green value is 87 (34.38% from 255 or 44.16% from 197); Blue value is 26 (10.55% from 255 or 13.20% from 197); Max value from RGB is 87 - color contains mainly: green. Hex color #54571A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #54571A is #ABA8E5. Grayscale: #4F4F4F. Windows color (decimal): -11249894 or 1726292. OLE color: 1726292.

HSL color Cylindrical-coordinate representation of color #54571A: hue angle of 62.95º degrees, saturation: 0.54, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #54571A is Cyan = 0.03, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.66.

Color convert

RGB848726-
CMYK0.0300.700.66
HSL62.95º53.98%22.16%-
HSV(B)62.95º70.11%34.12%-
XYZ7.258.782.29-
YUV79.1598.01131.46-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 42.64%
GREEN value IS 87 (34.38% from 255) = 44.16%
BLUE value IS 26 (10.55% from 255) = 13.20%
R=42.64%
G=44.16%
B=13.20%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8487260.0300.700.6662.9553.9822.16
Hex54571A3046423f3616
Octal1241273230106102776626
Binary10101001010111110101101000110100001011111111011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54571A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54571A; }

 p { color: rgb(84,87,26); }

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

<style>
 a { background-color: #54571A; }

 a { background-color: rgb(84,87,26); }

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

<style>
 span { border-color: #54571A; }

 span { border-color: rgb(84,87,26); }

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