#4D4B13

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

Shades of Army green #4D4B13

Tints of Army green #4D4B13

Color information

#4D4B13 (or 0x4D4B13) is unknown color: approx Army green. HEX triplet: 4D, 4B and 13. RGB value is (77,75,19). Sum of RGB (Red+Green+Blue) = 77+75+19=171 (22% of max value = 765). Red value is 77 (30.47% from 255 or 45.03% from 171); Green value is 75 (29.69% from 255 or 43.86% from 171); Blue value is 19 (7.81% from 255 or 11.11% from 171); Max value from RGB is 77 - color contains mainly: red. Hex color #4D4B13 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4D4B13 is #B2B4EC. Grayscale: #454545. Windows color (decimal): -11711725 or 1264461. OLE color: 1264461.

HSL color Cylindrical-coordinate representation of color #4D4B13: hue angle of 57.93º 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 #4D4B13 is Cyan = 0, Magento = 0.03, Yellow = 0.75 and Black (K on CMYK) = 0.70.

Color convert

RGB777519-
CMYK00.030.750.70
HSL57.93º60.42%18.82%-
HSV(B)57.93º75.32%30.2%-
XYZ5.696.661.6-
YUV69.2199.66133.55-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 45.03%
GREEN value IS 75 (29.69% from 255) = 43.86%
BLUE value IS 19 (7.81% from 255) = 11.11%
R=45.03%
G=43.86%
B=11.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.75
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77751900.030.750.7057.9360.4218.82
Hex4D4B13034B463a3c13
Octal1151132303113106727423
Binary10011011001011100110111001011100011011101011110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D4B13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,75,19); }

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

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

 a { background-color: rgb(77,75,19); }

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

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

 span { border-color: rgb(77,75,19); }

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