#4F561D

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

Shades of Army green #4F561D

Tints of Army green #4F561D

Color information

#4F561D (or 0x4F561D) is unknown color: approx Army green. HEX triplet: 4F, 56 and 1D. RGB value is (79,86,29). Sum of RGB (Red+Green+Blue) = 79+86+29=194 (25% of max value = 765). Red value is 79 (31.25% from 255 or 40.72% from 194); Green value is 86 (33.98% from 255 or 44.33% from 194); Blue value is 29 (11.72% from 255 or 14.95% from 194); Max value from RGB is 86 - color contains mainly: green. Hex color #4F561D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F561D is #B0A9E2. Grayscale: #4D4D4D. Windows color (decimal): -11577827 or 1922639. OLE color: 1922639.

HSL color Cylindrical-coordinate representation of color #4F561D: hue angle of 67.37º degrees, saturation: 0.5, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4F561D is Cyan = 0.08, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.66.

Color convert

RGB798629-
CMYK0.0800.660.66
HSL67.37º49.57%22.55%-
HSV(B)67.37º66.28%33.73%-
XYZ6.778.412.43-
YUV77.41100.68129.13-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 40.72%
GREEN value IS 86 (33.98% from 255) = 44.33%
BLUE value IS 29 (11.72% from 255) = 14.95%
R=40.72%
G=44.33%
B=14.95%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7986290.0800.660.6667.3749.5722.55
Hex4F561D804242433217
Octal117126351001021021036227
Binary10011111010110111011000010000101000010100001111001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F561D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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