#4C541C

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

Shades of Army green #4C541C

Tints of Army green #4C541C

Color information

#4C541C (or 0x4C541C) is unknown color: approx Army green. HEX triplet: 4C, 54 and 1C. RGB value is (76,84,28). Sum of RGB (Red+Green+Blue) = 76+84+28=188 (24% of max value = 765). Red value is 76 (30.08% from 255 or 40.43% from 188); Green value is 84 (33.20% from 255 or 44.68% from 188); Blue value is 28 (11.33% from 255 or 14.89% from 188); Max value from RGB is 84 - color contains mainly: green. Hex color #4C541C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C541C is #B3ABE3. Grayscale: #4B4B4B. Windows color (decimal): -11774948 or 1856588. OLE color: 1856588.

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

Color convert

RGB768428-
CMYK0.1000.670.67
HSL68.57º50%21.96%-
HSV(B)68.57º66.67%32.94%-
XYZ6.367.962.3-
YUV75.22101.35128.55-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 40.43%
GREEN value IS 84 (33.20% from 255) = 44.68%
BLUE value IS 28 (11.33% from 255) = 14.89%
R=40.43%
G=44.68%
B=14.89%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7684280.1000.670.6768.575021.96
Hex4C541CA04343453216
Octal114124341201031031056226
Binary10011001010100111001010010000111000011100010111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C541C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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