#4D501B

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

Shades of Army green #4D501B

Tints of Army green #4D501B

Color information

#4D501B (or 0x4D501B) is unknown color: approx Army green. HEX triplet: 4D, 50 and 1B. RGB value is (77,80,27). Sum of RGB (Red+Green+Blue) = 77+80+27=184 (24% of max value = 765). Red value is 77 (30.47% from 255 or 41.85% from 184); Green value is 80 (31.64% from 255 or 43.48% from 184); Blue value is 27 (10.94% from 255 or 14.67% from 184); Max value from RGB is 80 - color contains mainly: green. Hex color #4D501B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D501B is #B2AFE4. Grayscale: #494949. Windows color (decimal): -11710437 or 1790029. OLE color: 1790029.

HSL color Cylindrical-coordinate representation of color #4D501B: hue angle of 63.4º degrees, saturation: 0.5, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4D501B is Cyan = 0.04, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.69.

Color convert

RGB778027-
CMYK0.0400.660.69
HSL63.4º49.53%20.98%-
HSV(B)63.4º66.25%31.37%-
XYZ6.137.392.14-
YUV73.06102.01130.81-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 41.85%
GREEN value IS 80 (31.64% from 255) = 43.48%
BLUE value IS 27 (10.94% from 255) = 14.67%
R=41.85%
G=43.48%
B=14.67%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7780270.0400.660.6963.449.5320.98
Hex4D501B4042453f3215
Octal1151203340102105776225
Binary100110110100001101110001000010100010111111111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D501B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,80,27); }

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

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

 a { background-color: rgb(77,80,27); }

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

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

 span { border-color: rgb(77,80,27); }

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