#4C521A

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

Shades of Army green #4C521A

Tints of Army green #4C521A

Color information

#4C521A (or 0x4C521A) is unknown color: approx Army green. HEX triplet: 4C, 52 and 1A. RGB value is (76,82,26). Sum of RGB (Red+Green+Blue) = 76+82+26=184 (24% of max value = 765). Red value is 76 (30.08% from 255 or 41.30% from 184); Green value is 82 (32.42% from 255 or 44.57% from 184); Blue value is 26 (10.55% from 255 or 14.13% from 184); Max value from RGB is 82 - color contains mainly: green. Hex color #4C521A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C521A is #B3ADE5. Grayscale: #4A4A4A. Windows color (decimal): -11775462 or 1725004. OLE color: 1725004.

HSL color Cylindrical-coordinate representation of color #4C521A: hue angle of 66.43º degrees, saturation: 0.52, 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 #4C521A is Cyan = 0.07, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.68.

Color convert

RGB768226-
CMYK0.0700.680.68
HSL66.43º51.85%21.18%-
HSV(B)66.43º68.29%32.16%-
XYZ6.187.652.13-
YUV73.82101.01129.55-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 41.30%
GREEN value IS 82 (32.42% from 255) = 44.57%
BLUE value IS 26 (10.55% from 255) = 14.13%
R=41.30%
G=44.57%
B=14.13%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal7682260.0700.680.6866.4351.8521.18
Hex4C521A704444423415
Octal11412232701041041026425
Binary1001100101001011010111010001001000100100001011010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C521A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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