#4a541e

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

Shades of Army green #4A541E

Tints of Army green #4A541E

Color information

#4A541E (or 0x4A541E) is unknown color: approx Army green. HEX triplet: 4A, 54 and 1E. RGB value is (74,84,30). Sum of RGB (Red+Green+Blue) = 74+84+30=188 (24% of max value = 765). Red value is 74 (29.30% from 255 or 39.36% from 188); Green value is 84 (33.20% from 255 or 44.68% from 188); Blue value is 30 (12.11% from 255 or 15.96% from 188); Max value from RGB is 84 - color contains mainly: green. Hex color #4A541E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A541E is #B5ABE1. Grayscale: #4B4B4B. Windows color (decimal): -11906018 or 1987658. OLE color: 1987658.

HSL color Cylindrical-coordinate representation of color #4A541E: hue angle of 71.11º 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 #4A541E is Cyan = 0.12, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.67.

Color convert

RGB748430-
CMYK0.1200.640.67
HSL71.11º47.37%22.35%-
HSV(B)71.11º64.29%32.94%-
XYZ6.237.892.42-
YUV74.85102.69127.39-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 39.36%
GREEN value IS 84 (33.20% from 255) = 44.68%
BLUE value IS 30 (12.11% from 255) = 15.96%
R=39.36%
G=44.68%
B=15.96%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7484300.1200.640.6771.1147.3722.35
Hex4A541EC04043472f16
Octal112124361401001031075726
Binary10010101010100111101100010000001000011100011110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4a541e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4a541e; }

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

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

<style>
 a { background-color: #4a541e; }

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

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

<style>
 span { border-color: #4a541e; }

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

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