#4C552A

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

Shades of Army green #4C552A

Tints of Army green #4C552A

Color information

#4C552A (or 0x4C552A) is unknown color: approx Army green. HEX triplet: 4C, 55 and 2A. RGB value is (76,85,42). Sum of RGB (Red+Green+Blue) = 76+85+42=203 (26% of max value = 765). Red value is 76 (30.08% from 255 or 37.44% from 203); Green value is 85 (33.59% from 255 or 41.87% from 203); Blue value is 42 (16.80% from 255 or 20.69% from 203); Max value from RGB is 85 - color contains mainly: green. Hex color #4C552A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C552A is #B3AAD5. Grayscale: #4D4D4D. Windows color (decimal): -11774678 or 2774348. OLE color: 2774348.

HSL color Cylindrical-coordinate representation of color #4C552A: hue angle of 72.56º degrees, saturation: 0.34, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4C552A is Cyan = 0.11, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.67.

Color convert

RGB768542-
CMYK0.1100.510.67
HSL72.56º33.86%24.9%-
HSV(B)72.56º50.59%33.33%-
XYZ6.658.23.42-
YUV77.41108.02127-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 37.44%
GREEN value IS 85 (33.59% from 255) = 41.87%
BLUE value IS 42 (16.80% from 255) = 20.69%
R=37.44%
G=41.87%
B=20.69%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7685420.1100.510.6772.5633.8624.9
Hex4C552AB03343492219
Octal11412552130631031114231
Binary10011001010101101010101101100111000011100100110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C552A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,85,42); }

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

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

 a { background-color: rgb(76,85,42); }

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

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

 span { border-color: rgb(76,85,42); }

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