#4F521D

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

Shades of Army green #4F521D

Tints of Army green #4F521D

Color information

#4F521D (or 0x4F521D) is unknown color: approx Army green. HEX triplet: 4F, 52 and 1D. RGB value is (79,82,29). Sum of RGB (Red+Green+Blue) = 79+82+29=190 (25% of max value = 765). Red value is 79 (31.25% from 255 or 41.58% from 190); Green value is 82 (32.42% from 255 or 43.16% from 190); Blue value is 29 (11.72% from 255 or 15.26% from 190); Max value from RGB is 82 - color contains mainly: green. Hex color #4F521D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F521D is #B0ADE2. Grayscale: #4B4B4B. Windows color (decimal): -11578851 or 1921615. OLE color: 1921615.

HSL color Cylindrical-coordinate representation of color #4F521D: hue angle of 63.4º degrees, saturation: 0.48, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4F521D is Cyan = 0.04, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.68.

Color convert

RGB798229-
CMYK0.0400.650.68
HSL63.4º47.75%21.76%-
HSV(B)63.4º64.63%32.16%-
XYZ6.467.792.32-
YUV75.06102.01130.81-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 41.58%
GREEN value IS 82 (32.42% from 255) = 43.16%
BLUE value IS 29 (11.72% from 255) = 15.26%
R=41.58%
G=43.16%
B=15.26%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal7982290.0400.650.6863.447.7521.76
Hex4F521D4041443f3016
Octal1171223540101104776026
Binary100111110100101110110001000001100010011111111000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F521D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,82,29); }

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

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

 a { background-color: rgb(79,82,29); }

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

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

 span { border-color: rgb(79,82,29); }

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