#4F5320

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

Shades of Army green #4F5320

Tints of Army green #4F5320

Color information

#4F5320 (or 0x4F5320) is unknown color: approx Army green. HEX triplet: 4F, 53 and 20. RGB value is (79,83,32). Sum of RGB (Red+Green+Blue) = 79+83+32=194 (25% of max value = 765). Red value is 79 (31.25% from 255 or 40.72% from 194); Green value is 83 (32.81% from 255 or 42.78% from 194); Blue value is 32 (12.89% from 255 or 16.49% from 194); Max value from RGB is 83 - color contains mainly: green. Hex color #4F5320 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F5320 is #B0ACDF. Grayscale: #4C4C4C. Windows color (decimal): -11578592 or 2118479. OLE color: 2118479.

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

Color convert

RGB798332-
CMYK0.0500.610.67
HSL64.71º44.35%22.55%-
HSV(B)64.71º61.45%32.55%-
XYZ6.587.952.55-
YUV75.99103.17130.15-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 40.72%
GREEN value IS 83 (32.81% from 255) = 42.78%
BLUE value IS 32 (12.89% from 255) = 16.49%
R=40.72%
G=42.78%
B=16.49%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7983320.0500.610.6764.7144.3522.55
Hex4F5320503D43412c17
Octal1171234050751031015427
Binary1001111101001110000010101111011000011100000110110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F5320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,83,32); }

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

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

 a { background-color: rgb(79,83,32); }

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

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

 span { border-color: rgb(79,83,32); }

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