#4C5523

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

Shades of Army green #4C5523

Tints of Army green #4C5523

Color information

#4C5523 (or 0x4C5523) is unknown color: approx Army green. HEX triplet: 4C, 55 and 23. RGB value is (76,85,35). Sum of RGB (Red+Green+Blue) = 76+85+35=196 (25% of max value = 765). Red value is 76 (30.08% from 255 or 38.78% from 196); Green value is 85 (33.59% from 255 or 43.37% from 196); Blue value is 35 (14.06% from 255 or 17.86% from 196); Max value from RGB is 85 - color contains mainly: green. Hex color #4C5523 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C5523 is #B3AADC. Grayscale: #4C4C4C. Windows color (decimal): -11774685 or 2315596. OLE color: 2315596.

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

Color convert

RGB768535-
CMYK0.1100.590.67
HSL70.8º41.67%23.53%-
HSV(B)70.8º58.82%33.33%-
XYZ6.538.152.82-
YUV76.61104.52127.57-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 38.78%
GREEN value IS 85 (33.59% from 255) = 43.37%
BLUE value IS 35 (14.06% from 255) = 17.86%
R=38.78%
G=43.37%
B=17.86%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7685350.1100.590.6770.841.6723.53
Hex4C5523B03B43472a18
Octal11412543130731031075230
Binary10011001010101100011101101110111000011100011110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C5523

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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