#4D531B

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

Shades of Army green #4D531B

Tints of Army green #4D531B

Color information

#4D531B (or 0x4D531B) is unknown color: approx Army green. HEX triplet: 4D, 53 and 1B. RGB value is (77,83,27). Sum of RGB (Red+Green+Blue) = 77+83+27=187 (24% of max value = 765). Red value is 77 (30.47% from 255 or 41.18% from 187); Green value is 83 (32.81% from 255 or 44.39% from 187); Blue value is 27 (10.94% from 255 or 14.44% from 187); Max value from RGB is 83 - color contains mainly: green. Hex color #4D531B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D531B is #B2ACE4. Grayscale: #4B4B4B. Windows color (decimal): -11709669 or 1790797. OLE color: 1790797.

HSL color Cylindrical-coordinate representation of color #4D531B: hue angle of 66.43º degrees, saturation: 0.51, 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 #4D531B is Cyan = 0.07, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.67.

Color convert

RGB778327-
CMYK0.0700.670.67
HSL66.43º50.91%21.57%-
HSV(B)66.43º67.47%32.55%-
XYZ6.357.842.22-
YUV74.82101.01129.55-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 41.18%
GREEN value IS 83 (32.81% from 255) = 44.39%
BLUE value IS 27 (10.94% from 255) = 14.44%
R=41.18%
G=44.39%
B=14.44%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7783270.0700.670.6766.4350.9121.57
Hex4D531B704343423316
Octal11512333701031031026326
Binary1001101101001111011111010000111000011100001011001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D531B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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