#4E541C

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

Shades of Army green #4E541C

Tints of Army green #4E541C

Color information

#4E541C (or 0x4E541C) is unknown color: approx Army green. HEX triplet: 4E, 54 and 1C. RGB value is (78,84,28). Sum of RGB (Red+Green+Blue) = 78+84+28=190 (25% of max value = 765). Red value is 78 (30.86% from 255 or 41.05% from 190); Green value is 84 (33.20% from 255 or 44.21% from 190); Blue value is 28 (11.33% from 255 or 14.74% from 190); Max value from RGB is 84 - color contains mainly: green. Hex color #4E541C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E541C is #B1ABE3. Grayscale: #4C4C4C. Windows color (decimal): -11643876 or 1856590. OLE color: 1856590.

HSL color Cylindrical-coordinate representation of color #4E541C: hue angle of 66.43º degrees, saturation: 0.5, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4E541C is Cyan = 0.07, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.67.

Color convert

RGB788428-
CMYK0.0700.670.67
HSL66.43º50%21.96%-
HSV(B)66.43º66.67%32.94%-
XYZ6.528.042.31-
YUV75.82101.01129.55-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 41.05%
GREEN value IS 84 (33.20% from 255) = 44.21%
BLUE value IS 28 (11.33% from 255) = 14.74%
R=41.05%
G=44.21%
B=14.74%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7884280.0700.670.6766.435021.96
Hex4E541C704343423216
Octal11612434701031031026226
Binary1001110101010011100111010000111000011100001011001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E541C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,84,28); }

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

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

 a { background-color: rgb(78,84,28); }

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

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

 span { border-color: rgb(78,84,28); }

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