#4C5E21

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

Shades of Army green #4C5E21

Tints of Army green #4C5E21

Color information

#4C5E21 (or 0x4C5E21) is unknown color: approx Army green. HEX triplet: 4C, 5E and 21. RGB value is (76,94,33). Sum of RGB (Red+Green+Blue) = 76+94+33=203 (26% of max value = 765). Red value is 76 (30.08% from 255 or 37.44% from 203); Green value is 94 (37.11% from 255 or 46.31% from 203); Blue value is 33 (13.28% from 255 or 16.26% from 203); Max value from RGB is 94 - color contains mainly: green. Hex color #4C5E21 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C5E21 is #B3A1DE. Grayscale: #515151. Windows color (decimal): -11772383 or 2186828. OLE color: 2186828.

HSL color Cylindrical-coordinate representation of color #4C5E21: hue angle of 77.7º degrees, saturation: 0.48, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4C5E21 is Cyan = 0.19, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.63.

Color convert

RGB769433-
CMYK0.1900.650.63
HSL77.7º48.03%24.9%-
HSV(B)77.7º64.89%36.86%-
XYZ7.269.652.92-
YUV81.66100.54123.96-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 37.44%
GREEN value IS 94 (37.11% from 255) = 46.31%
BLUE value IS 33 (13.28% from 255) = 16.26%
R=37.44%
G=46.31%
B=16.26%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal7694330.1900.650.6377.748.0324.9
Hex4C5E21130413F4e3019
Octal11413641230101771166031
Binary100110010111101000011001101000001111111100111011000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C5E21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,94,33); }

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

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

 a { background-color: rgb(76,94,33); }

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

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

 span { border-color: rgb(76,94,33); }

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