#4D551A

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

Shades of Army green #4D551A

Tints of Army green #4D551A

Color information

#4D551A (or 0x4D551A) is unknown color: approx Army green. HEX triplet: 4D, 55 and 1A. RGB value is (77,85,26). Sum of RGB (Red+Green+Blue) = 77+85+26=188 (24% of max value = 765). Red value is 77 (30.47% from 255 or 40.96% from 188); Green value is 85 (33.59% from 255 or 45.21% from 188); Blue value is 26 (10.55% from 255 or 13.83% from 188); Max value from RGB is 85 - color contains mainly: green. Hex color #4D551A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D551A is #B2AAE5. Grayscale: #4C4C4C. Windows color (decimal): -11709158 or 1725773. OLE color: 1725773.

HSL color Cylindrical-coordinate representation of color #4D551A: hue angle of 68.14º degrees, saturation: 0.53, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4D551A is Cyan = 0.09, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.67.

Color convert

RGB778526-
CMYK0.0900.690.67
HSL68.14º53.15%21.76%-
HSV(B)68.14º69.41%33.33%-
XYZ6.58.152.21-
YUV75.8899.85128.8-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 40.96%
GREEN value IS 85 (33.59% from 255) = 45.21%
BLUE value IS 26 (10.55% from 255) = 13.83%
R=40.96%
G=45.21%
B=13.83%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7785260.0900.690.6768.1453.1521.76
Hex4D551A904543443516
Octal115125321101051031046526
Binary10011011010101110101001010001011000011100010011010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D551A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,85,26); }

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

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

 a { background-color: rgb(77,85,26); }

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

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

 span { border-color: rgb(77,85,26); }

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