#4F5425

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

Shades of Army green #4F5425

Tints of Army green #4F5425

Color information

#4F5425 (or 0x4F5425) is unknown color: approx Army green. HEX triplet: 4F, 54 and 25. RGB value is (79,84,37). Sum of RGB (Red+Green+Blue) = 79+84+37=200 (26% of max value = 765). Red value is 79 (31.25% from 255 or 39.5% from 200); Green value is 84 (33.20% from 255 or 42% from 200); Blue value is 37 (14.84% from 255 or 18.5% from 200); Max value from RGB is 84 - color contains mainly: green. Hex color #4F5425 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F5425 is #B0ABDA. Grayscale: #4D4D4D. Windows color (decimal): -11578331 or 2446415. OLE color: 2446415.

HSL color Cylindrical-coordinate representation of color #4F5425: hue angle of 66.38º degrees, saturation: 0.39, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4F5425 is Cyan = 0.06, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.67.

Color convert

RGB798437-
CMYK0.0600.560.67
HSL66.38º38.84%23.73%-
HSV(B)66.38º55.95%32.94%-
XYZ6.738.142.97-
YUV77.15105.34129.32-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 39.5%
GREEN value IS 84 (33.20% from 255) = 42%
BLUE value IS 37 (14.84% from 255) = 18.5%
R=39.5%
G=42%
B=18.5%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7984370.0600.560.6766.3838.8423.73
Hex4F5425603843422718
Octal1171244560701031024730
Binary1001111101010010010111001110001000011100001010011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F5425

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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