#4E581D

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

Shades of Army green #4E581D

Tints of Army green #4E581D

Color information

#4E581D (or 0x4E581D) is unknown color: approx Army green. HEX triplet: 4E, 58 and 1D. RGB value is (78,88,29). Sum of RGB (Red+Green+Blue) = 78+88+29=195 (25% of max value = 765). Red value is 78 (30.86% from 255 or 40% from 195); Green value is 88 (34.77% from 255 or 45.13% from 195); Blue value is 29 (11.72% from 255 or 14.87% from 195); Max value from RGB is 88 - color contains mainly: green. Hex color #4E581D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E581D is #B1A7E2. Grayscale: #4E4E4E. Windows color (decimal): -11642851 or 1923150. OLE color: 1923150.

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

Color convert

RGB788829-
CMYK0.1100.670.65
HSL70.17º50.43%22.94%-
HSV(B)70.17º67.05%34.51%-
XYZ6.858.692.48-
YUV78.28100.19127.8-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 40%
GREEN value IS 88 (34.77% from 255) = 45.13%
BLUE value IS 29 (11.72% from 255) = 14.87%
R=40%
G=45.13%
B=14.87%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7888290.1100.670.6570.1750.4322.94
Hex4E581DB04341463217
Octal116130351301031011066227
Binary10011101011000111011011010000111000001100011011001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E581D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,88,29); }

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

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

 a { background-color: rgb(78,88,29); }

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

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

 span { border-color: rgb(78,88,29); }

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