#4F551D

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

Shades of Army green #4F551D

Tints of Army green #4F551D

Color information

#4F551D (or 0x4F551D) is unknown color: approx Army green. HEX triplet: 4F, 55 and 1D. RGB value is (79,85,29). Sum of RGB (Red+Green+Blue) = 79+85+29=193 (25% of max value = 765). Red value is 79 (31.25% from 255 or 40.93% from 193); Green value is 85 (33.59% from 255 or 44.04% from 193); Blue value is 29 (11.72% from 255 or 15.03% from 193); Max value from RGB is 85 - color contains mainly: green. Hex color #4F551D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F551D is #B0AAE2. Grayscale: #4D4D4D. Windows color (decimal): -11578083 or 1922383. OLE color: 1922383.

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

Color convert

RGB798529-
CMYK0.0700.660.67
HSL66.43º49.12%22.35%-
HSV(B)66.43º65.88%33.33%-
XYZ6.698.252.4-
YUV76.82101.01129.55-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 40.93%
GREEN value IS 85 (33.59% from 255) = 44.04%
BLUE value IS 29 (11.72% from 255) = 15.03%
R=40.93%
G=44.04%
B=15.03%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7985290.0700.660.6766.4349.1222.35
Hex4F551D704243423116
Octal11712535701021031026126
Binary1001111101010111101111010000101000011100001011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F551D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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