#4F551C

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

Shades of Army green #4F551C

Tints of Army green #4F551C

Color information

#4F551C (or 0x4F551C) is unknown color: approx Army green. HEX triplet: 4F, 55 and 1C. RGB value is (79,85,28). Sum of RGB (Red+Green+Blue) = 79+85+28=192 (25% of max value = 765). Red value is 79 (31.25% from 255 or 41.15% from 192); Green value is 85 (33.59% from 255 or 44.27% from 192); Blue value is 28 (11.33% from 255 or 14.58% from 192); Max value from RGB is 85 - color contains mainly: green. Hex color #4F551C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F551C is #B0AAE3. Grayscale: #4C4C4C. Windows color (decimal): -11578084 or 1856847. OLE color: 1856847.

HSL color Cylindrical-coordinate representation of color #4F551C: hue angle of 66.32º degrees, saturation: 0.5, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4F551C is Cyan = 0.07, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.67.

Color convert

RGB798528-
CMYK0.0700.670.67
HSL66.32º50.44%22.16%-
HSV(B)66.32º67.06%33.33%-
XYZ6.688.242.34-
YUV76.71100.51129.63-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 41.15%
GREEN value IS 85 (33.59% from 255) = 44.27%
BLUE value IS 28 (11.33% from 255) = 14.58%
R=41.15%
G=44.27%
B=14.58%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7985280.0700.670.6766.3250.4422.16
Hex4F551C704343423216
Octal11712534701031031026226
Binary1001111101010111100111010000111000011100001011001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F551C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,85,28); }

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

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

 a { background-color: rgb(79,85,28); }

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

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

 span { border-color: rgb(79,85,28); }

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