#4E551E

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

Shades of Army green #4E551E

Tints of Army green #4E551E

Color information

#4E551E (or 0x4E551E) is unknown color: approx Army green. HEX triplet: 4E, 55 and 1E. RGB value is (78,85,30). Sum of RGB (Red+Green+Blue) = 78+85+30=193 (25% of max value = 765). Red value is 78 (30.86% from 255 or 40.41% from 193); Green value is 85 (33.59% from 255 or 44.04% from 193); Blue value is 30 (12.11% from 255 or 15.54% from 193); Max value from RGB is 85 - color contains mainly: green. Hex color #4E551E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E551E is #B1AAE1. Grayscale: #4C4C4C. Windows color (decimal): -11643618 or 1987918. OLE color: 1987918.

HSL color Cylindrical-coordinate representation of color #4E551E: hue angle of 67.64º degrees, saturation: 0.48, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4E551E is Cyan = 0.08, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.67.

Color convert

RGB788530-
CMYK0.0800.650.67
HSL67.64º47.83%22.55%-
HSV(B)67.64º64.71%33.33%-
XYZ6.628.212.46-
YUV76.64101.68128.97-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 40.41%
GREEN value IS 85 (33.59% from 255) = 44.04%
BLUE value IS 30 (12.11% from 255) = 15.54%
R=40.41%
G=44.04%
B=15.54%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7885300.0800.650.6767.6447.8322.55
Hex4E551E804143443017
Octal116125361001011031046027
Binary10011101010101111101000010000011000011100010011000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E551E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,85,30); }

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

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

 a { background-color: rgb(78,85,30); }

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

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

 span { border-color: rgb(78,85,30); }

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