#4D551C

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

Shades of Army green #4D551C

Tints of Army green #4D551C

Color information

#4D551C (or 0x4D551C) is unknown color: approx Army green. HEX triplet: 4D, 55 and 1C. RGB value is (77,85,28). Sum of RGB (Red+Green+Blue) = 77+85+28=190 (25% of max value = 765). Red value is 77 (30.47% from 255 or 40.53% from 190); Green value is 85 (33.59% from 255 or 44.74% from 190); Blue value is 28 (11.33% from 255 or 14.74% from 190); Max value from RGB is 85 - color contains mainly: green. Hex color #4D551C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D551C is #B2AAE3. Grayscale: #4C4C4C. Windows color (decimal): -11709156 or 1856845. OLE color: 1856845.

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

Color convert

RGB778528-
CMYK0.0900.670.67
HSL68.42º50.44%22.16%-
HSV(B)68.42º67.06%33.33%-
XYZ6.528.162.33-
YUV76.11100.85128.63-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 40.53%
GREEN value IS 85 (33.59% from 255) = 44.74%
BLUE value IS 28 (11.33% from 255) = 14.74%
R=40.53%
G=44.74%
B=14.74%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7785280.0900.670.6768.4250.4422.16
Hex4D551C904343443216
Octal115125341101031031046226
Binary10011011010101111001001010000111000011100010011001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D551C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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