#4C551F

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

Shades of Army green #4C551F

Tints of Army green #4C551F

Color information

#4C551F (or 0x4C551F) is unknown color: approx Army green. HEX triplet: 4C, 55 and 1F. RGB value is (76,85,31). Sum of RGB (Red+Green+Blue) = 76+85+31=192 (25% of max value = 765). Red value is 76 (30.08% from 255 or 39.58% from 192); Green value is 85 (33.59% from 255 or 44.27% from 192); Blue value is 31 (12.5% from 255 or 16.15% from 192); Max value from RGB is 85 - color contains mainly: green. Hex color #4C551F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C551F is #B3AAE0. Grayscale: #4C4C4C. Windows color (decimal): -11774689 or 2053452. OLE color: 2053452.

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

Color convert

RGB768531-
CMYK0.1100.640.67
HSL70º46.55%22.75%-
HSV(B)70º63.53%33.33%-
XYZ6.488.132.52-
YUV76.15102.52127.89-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 39.58%
GREEN value IS 85 (33.59% from 255) = 44.27%
BLUE value IS 31 (12.5% from 255) = 16.15%
R=39.58%
G=44.27%
B=16.15%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7685310.1100.640.677046.5522.75
Hex4C551FB04043462f17
Octal114125371301001031065727
Binary10011001010101111111011010000001000011100011010111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C551F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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