#4C5126

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

Shades of Army green #4C5126

Tints of Army green #4C5126

Color information

#4C5126 (or 0x4C5126) is unknown color: approx Army green. HEX triplet: 4C, 51 and 26. RGB value is (76,81,38). Sum of RGB (Red+Green+Blue) = 76+81+38=195 (25% of max value = 765). Red value is 76 (30.08% from 255 or 38.97% from 195); Green value is 81 (32.03% from 255 or 41.54% from 195); Blue value is 38 (15.23% from 255 or 19.49% from 195); Max value from RGB is 81 - color contains mainly: green. Hex color #4C5126 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C5126 is #B3AED9. Grayscale: #4A4A4A. Windows color (decimal): -11775706 or 2511180. OLE color: 2511180.

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

Color convert

RGB768138-
CMYK0.0600.530.68
HSL66.98º36.13%23.33%-
HSV(B)66.98º53.09%31.76%-
XYZ6.277.562.96-
YUV74.6107.34129-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 38.97%
GREEN value IS 81 (32.03% from 255) = 41.54%
BLUE value IS 38 (15.23% from 255) = 19.49%
R=38.97%
G=41.54%
B=19.49%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal7681380.0600.530.6866.9836.1323.33
Hex4C5126603544432417
Octal1141214660651041034427
Binary1001100101000110011011001101011000100100001110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C5126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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