#4C5420

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

Shades of Army green #4C5420

Tints of Army green #4C5420

Color information

#4C5420 (or 0x4C5420) is unknown color: approx Army green. HEX triplet: 4C, 54 and 20. RGB value is (76,84,32). Sum of RGB (Red+Green+Blue) = 76+84+32=192 (25% of max value = 765). Red value is 76 (30.08% from 255 or 39.58% from 192); Green value is 84 (33.20% from 255 or 43.75% from 192); Blue value is 32 (12.89% from 255 or 16.67% from 192); Max value from RGB is 84 - color contains mainly: green. Hex color #4C5420 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C5420 is #B3ABDF. Grayscale: #4B4B4B. Windows color (decimal): -11774944 or 2118732. OLE color: 2118732.

HSL color Cylindrical-coordinate representation of color #4C5420: hue angle of 69.23º 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 #4C5420 is Cyan = 0.10, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.67.

Color convert

RGB768432-
CMYK0.1000.620.67
HSL69.23º44.83%22.75%-
HSV(B)69.23º61.9%32.94%-
XYZ6.417.982.57-
YUV75.68103.35128.23-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 39.58%
GREEN value IS 84 (33.20% from 255) = 43.75%
BLUE value IS 32 (12.89% from 255) = 16.67%
R=39.58%
G=43.75%
B=16.67%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7684320.1000.620.6769.2344.8322.75
Hex4C5420A03E43452d17
Octal11412440120761031055527
Binary10011001010100100000101001111101000011100010110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C5420

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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