#4B491E

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

Shades of Army green #4B491E

Tints of Army green #4B491E

Color information

#4B491E (or 0x4B491E) is unknown color: approx Army green. HEX triplet: 4B, 49 and 1E. RGB value is (75,73,30). Sum of RGB (Red+Green+Blue) = 75+73+30=178 (23% of max value = 765). Red value is 75 (29.69% from 255 or 42.13% from 178); Green value is 73 (28.91% from 255 or 41.01% from 178); Blue value is 30 (12.11% from 255 or 16.85% from 178); Max value from RGB is 75 - color contains mainly: red. Hex color #4B491E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B491E is #B4B6E1. Grayscale: #444444. Windows color (decimal): -11843298 or 1984843. OLE color: 1984843.

HSL color Cylindrical-coordinate representation of color #4B491E: hue angle of 57.33º degrees, saturation: 0.43, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4B491E is Cyan = 0, Magento = 0.03, Yellow = 0.60 and Black (K on CMYK) = 0.71.

Color convert

RGB757330-
CMYK00.030.600.71
HSL57.33º42.86%20.59%-
HSV(B)57.33º60%29.41%-
XYZ5.526.352.16-
YUV68.7106.16132.5-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 42.13%
GREEN value IS 73 (28.91% from 255) = 41.01%
BLUE value IS 30 (12.11% from 255) = 16.85%
R=42.13%
G=41.01%
B=16.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.60
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75733000.030.600.7157.3342.8620.59
Hex4B491E033C47392b15
Octal113111360374107715325
Binary1001011100100111110011111100100011111100110101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B491E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,73,30); }

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

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

 a { background-color: rgb(75,73,30); }

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

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

 span { border-color: rgb(75,73,30); }

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