#4F541C

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

Shades of Army green #4F541C

Tints of Army green #4F541C

Color information

#4F541C (or 0x4F541C) is unknown color: approx Army green. HEX triplet: 4F, 54 and 1C. RGB value is (79,84,28). Sum of RGB (Red+Green+Blue) = 79+84+28=191 (25% of max value = 765). Red value is 79 (31.25% from 255 or 41.36% from 191); Green value is 84 (33.20% from 255 or 43.98% from 191); Blue value is 28 (11.33% from 255 or 14.66% from 191); Max value from RGB is 84 - color contains mainly: green. Hex color #4F541C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F541C is #B0ABE3. Grayscale: #4C4C4C. Windows color (decimal): -11578340 or 1856591. OLE color: 1856591.

HSL color Cylindrical-coordinate representation of color #4F541C: hue angle of 65.36º 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 #4F541C is Cyan = 0.06, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.67.

Color convert

RGB798428-
CMYK0.0600.670.67
HSL65.36º50%21.96%-
HSV(B)65.36º66.67%32.94%-
XYZ6.68.092.31-
YUV76.12100.84130.05-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 41.36%
GREEN value IS 84 (33.20% from 255) = 43.98%
BLUE value IS 28 (11.33% from 255) = 14.66%
R=41.36%
G=43.98%
B=14.66%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7984280.0600.670.6765.365021.96
Hex4F541C604343413216
Octal11712434601031031016226
Binary1001111101010011100110010000111000011100000111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F541C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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