#4F571A

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

Shades of Army green #4F571A

Tints of Army green #4F571A

Color information

#4F571A (or 0x4F571A) is unknown color: approx Army green. HEX triplet: 4F, 57 and 1A. RGB value is (79,87,26). Sum of RGB (Red+Green+Blue) = 79+87+26=192 (25% of max value = 765). Red value is 79 (31.25% from 255 or 41.15% from 192); Green value is 87 (34.38% from 255 or 45.31% from 192); Blue value is 26 (10.55% from 255 or 13.54% from 192); Max value from RGB is 87 - color contains mainly: green. Hex color #4F571A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F571A is #B0A8E5. Grayscale: #4D4D4D. Windows color (decimal): -11577574 or 1726287. OLE color: 1726287.

HSL color Cylindrical-coordinate representation of color #4F571A: hue angle of 67.87º degrees, saturation: 0.54, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4F571A is Cyan = 0.09, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.66.

Color convert

RGB798726-
CMYK0.0900.700.66
HSL67.87º53.98%22.16%-
HSV(B)67.87º70.11%34.12%-
XYZ6.828.552.27-
YUV77.6598.85128.96-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 41.15%
GREEN value IS 87 (34.38% from 255) = 45.31%
BLUE value IS 26 (10.55% from 255) = 13.54%
R=41.15%
G=45.31%
B=13.54%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7987260.0900.700.6667.8753.9822.16
Hex4F571A904642443616
Octal117127321101061021046626
Binary10011111010111110101001010001101000010100010011011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F571A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,87,26); }

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

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

 a { background-color: rgb(79,87,26); }

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

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

 span { border-color: rgb(79,87,26); }

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