#4B4916

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

Shades of Army green #4B4916

Tints of Army green #4B4916

Color information

#4B4916 (or 0x4B4916) is unknown color: approx Army green. HEX triplet: 4B, 49 and 16. RGB value is (75,73,22). Sum of RGB (Red+Green+Blue) = 75+73+22=170 (22% of max value = 765). Red value is 75 (29.69% from 255 or 44.12% from 170); Green value is 73 (28.91% from 255 or 42.94% from 170); Blue value is 22 (8.98% from 255 or 12.94% from 170); Max value from RGB is 75 - color contains mainly: red. Hex color #4B4916 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4B4916 is #B4B6E9. Grayscale: #434343. Windows color (decimal): -11843306 or 1460555. OLE color: 1460555.

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

Color convert

RGB757322-
CMYK00.030.710.71
HSL57.74º54.64%19.02%-
HSV(B)57.74º70.67%29.41%-
XYZ5.436.321.69-
YUV67.78102.16133.15-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 44.12%
GREEN value IS 73 (28.91% from 255) = 42.94%
BLUE value IS 22 (8.98% from 255) = 12.94%
R=44.12%
G=42.94%
B=12.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.71
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75732200.030.710.7157.7454.6419.02
Hex4B49160347473a3713
Octal1131112603107107726723
Binary10010111001001101100111000111100011111101011011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B4916

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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