#4B5420

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

Shades of Army green #4B5420

Tints of Army green #4B5420

Color information

#4B5420 (or 0x4B5420) is unknown color: approx Army green. HEX triplet: 4B, 54 and 20. RGB value is (75,84,32). Sum of RGB (Red+Green+Blue) = 75+84+32=191 (25% of max value = 765). Red value is 75 (29.69% from 255 or 39.27% from 191); Green value is 84 (33.20% from 255 or 43.98% from 191); Blue value is 32 (12.89% from 255 or 16.75% from 191); Max value from RGB is 84 - color contains mainly: green. Hex color #4B5420 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B5420 is #B4ABDF. Grayscale: #4B4B4B. Windows color (decimal): -11840480 or 2118731. OLE color: 2118731.

HSL color Cylindrical-coordinate representation of color #4B5420: hue angle of 70.38º degrees, saturation: 0.45, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4B5420 is Cyan = 0.11, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.67.

Color convert

RGB758432-
CMYK0.1100.620.67
HSL70.38º44.83%22.75%-
HSV(B)70.38º61.9%32.94%-
XYZ6.337.942.57-
YUV75.38103.52127.73-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 39.27%
GREEN value IS 84 (33.20% from 255) = 43.98%
BLUE value IS 32 (12.89% from 255) = 16.75%
R=39.27%
G=43.98%
B=16.75%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7584320.1100.620.6770.3844.8322.75
Hex4B5420B03E43462d17
Octal11312440130761031065527
Binary10010111010100100000101101111101000011100011010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B5420

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,84,32); }

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

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

 a { background-color: rgb(75,84,32); }

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

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

 span { border-color: rgb(75,84,32); }

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