#4F551E

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

Shades of Army green #4F551E

Tints of Army green #4F551E

Color information

#4F551E (or 0x4F551E) is unknown color: approx Army green. HEX triplet: 4F, 55 and 1E. RGB value is (79,85,30). Sum of RGB (Red+Green+Blue) = 79+85+30=194 (25% of max value = 765). Red value is 79 (31.25% from 255 or 40.72% from 194); Green value is 85 (33.59% from 255 or 43.81% from 194); Blue value is 30 (12.11% from 255 or 15.46% from 194); Max value from RGB is 85 - color contains mainly: green. Hex color #4F551E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F551E is #B0AAE1. Grayscale: #4D4D4D. Windows color (decimal): -11578082 or 1987919. OLE color: 1987919.

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

Color convert

RGB798530-
CMYK0.0700.650.67
HSL66.55º47.83%22.55%-
HSV(B)66.55º64.71%33.33%-
XYZ6.718.252.47-
YUV76.94101.51129.47-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 40.72%
GREEN value IS 85 (33.59% from 255) = 43.81%
BLUE value IS 30 (12.11% from 255) = 15.46%
R=40.72%
G=43.81%
B=15.46%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7985300.0700.650.6766.5547.8322.55
Hex4F551E704143433017
Octal11712536701011031036027
Binary1001111101010111110111010000011000011100001111000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F551E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,85,30); }

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

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

 a { background-color: rgb(79,85,30); }

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

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

 span { border-color: rgb(79,85,30); }

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