#4C511A

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

Shades of Army green #4C511A

Tints of Army green #4C511A

Color information

#4C511A (or 0x4C511A) is unknown color: approx Army green. HEX triplet: 4C, 51 and 1A. RGB value is (76,81,26). Sum of RGB (Red+Green+Blue) = 76+81+26=183 (24% of max value = 765). Red value is 76 (30.08% from 255 or 41.53% from 183); Green value is 81 (32.03% from 255 or 44.26% from 183); Blue value is 26 (10.55% from 255 or 14.21% from 183); Max value from RGB is 81 - color contains mainly: green. Hex color #4C511A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C511A is #B3AEE5. Grayscale: #494949. Windows color (decimal): -11775718 or 1724748. OLE color: 1724748.

HSL color Cylindrical-coordinate representation of color #4C511A: hue angle of 65.45º degrees, saturation: 0.51, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4C511A is Cyan = 0.06, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.68.

Color convert

RGB768126-
CMYK0.0600.680.68
HSL65.45º51.4%20.98%-
HSV(B)65.45º67.9%31.76%-
XYZ6.117.52.1-
YUV73.24101.34129.97-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 41.53%
GREEN value IS 81 (32.03% from 255) = 44.26%
BLUE value IS 26 (10.55% from 255) = 14.21%
R=41.53%
G=44.26%
B=14.21%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal7681260.0600.680.6865.4551.420.98
Hex4C511A604444413315
Octal11412132601041041016325
Binary1001100101000111010110010001001000100100000111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C511A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,81,26); }

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

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

 a { background-color: rgb(76,81,26); }

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

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

 span { border-color: rgb(76,81,26); }

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