#4C5C21

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

Shades of Army green #4C5C21

Tints of Army green #4C5C21

Color information

#4C5C21 (or 0x4C5C21) is unknown color: approx Army green. HEX triplet: 4C, 5C and 21. RGB value is (76,92,33). Sum of RGB (Red+Green+Blue) = 76+92+33=201 (26% of max value = 765). Red value is 76 (30.08% from 255 or 37.81% from 201); Green value is 92 (36.33% from 255 or 45.77% from 201); Blue value is 33 (13.28% from 255 or 16.42% from 201); Max value from RGB is 92 - color contains mainly: green. Hex color #4C5C21 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C5C21 is #B3A3DE. Grayscale: #505050. Windows color (decimal): -11772895 or 2186316. OLE color: 2186316.

HSL color Cylindrical-coordinate representation of color #4C5C21: hue angle of 76.27º degrees, saturation: 0.47, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4C5C21 is Cyan = 0.17, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.64.

Color convert

RGB769233-
CMYK0.1700.640.64
HSL76.27º47.2%24.51%-
HSV(B)76.27º64.13%36.08%-
XYZ7.089.32.86-
YUV80.49101.2124.8-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 37.81%
GREEN value IS 92 (36.33% from 255) = 45.77%
BLUE value IS 33 (13.28% from 255) = 16.42%
R=37.81%
G=45.77%
B=16.42%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7692330.1700.640.6476.2747.224.51
Hex4C5C2111040404c2f19
Octal114134412101001001145731
Binary1001100101110010000110001010000001000000100110010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C5C21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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