#4C542A

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

Shades of Army green #4C542A

Tints of Army green #4C542A

Color information

#4C542A (or 0x4C542A) is unknown color: approx Army green. HEX triplet: 4C, 54 and 2A. RGB value is (76,84,42). Sum of RGB (Red+Green+Blue) = 76+84+42=202 (26% of max value = 765). Red value is 76 (30.08% from 255 or 37.62% from 202); Green value is 84 (33.20% from 255 or 41.58% from 202); Blue value is 42 (16.80% from 255 or 20.79% from 202); Max value from RGB is 84 - color contains mainly: green. Hex color #4C542A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C542A is #B3ABD5. Grayscale: #4C4C4C. Windows color (decimal): -11774934 or 2774092. OLE color: 2774092.

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

Color convert

RGB768442-
CMYK0.1000.50.67
HSL71.43º33.33%24.71%-
HSV(B)71.43º50%32.94%-
XYZ6.578.043.4-
YUV76.82108.35127.42-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 37.62%
GREEN value IS 84 (33.20% from 255) = 41.58%
BLUE value IS 42 (16.80% from 255) = 20.79%
R=37.62%
G=41.58%
B=20.79%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7684420.1000.50.6771.4333.3324.71
Hex4C542AA03243472119
Octal11412452120621031074131
Binary10011001010100101010101001100101000011100011110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C542A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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