#4C4913

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

Shades of Army green #4C4913

Tints of Army green #4C4913

Color information

#4C4913 (or 0x4C4913) is unknown color: approx Army green. HEX triplet: 4C, 49 and 13. RGB value is (76,73,19). Sum of RGB (Red+Green+Blue) = 76+73+19=168 (22% of max value = 765). Red value is 76 (30.08% from 255 or 45.24% from 168); Green value is 73 (28.91% from 255 or 43.45% from 168); Blue value is 19 (7.81% from 255 or 11.31% from 168); Max value from RGB is 76 - color contains mainly: red. Hex color #4C4913 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4C4913 is #B3B6EC. Grayscale: #434343. Windows color (decimal): -11777773 or 1263948. OLE color: 1263948.

HSL color Cylindrical-coordinate representation of color #4C4913: hue angle of 56.84º degrees, saturation: 0.6, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4C4913 is Cyan = 0, Magento = 0.04, Yellow = 0.75 and Black (K on CMYK) = 0.70.

Color convert

RGB767319-
CMYK00.040.750.70
HSL56.84º60%18.63%-
HSV(B)56.84º75%29.8%-
XYZ5.486.351.55-
YUV67.74100.49133.89-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 45.24%
GREEN value IS 73 (28.91% from 255) = 43.45%
BLUE value IS 19 (7.81% from 255) = 11.31%
R=45.24%
G=43.45%
B=11.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.75
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal76731900.040.750.7056.846018.63
Hex4C4913044B46393c13
Octal1141112304113106717423
Binary100110010010011001101001001011100011011100111110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C4913

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,73,19); }

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

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

 a { background-color: rgb(76,73,19); }

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

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

 span { border-color: rgb(76,73,19); }

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