#4D5651

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

Shades of Feldgrau #4D5651

Tints of Feldgrau #4D5651

Color information

#4D5651 (or 0x4D5651) is unknown color: approx Feldgrau. HEX triplet: 4D, 56 and 51. RGB value is (77,86,81). Sum of RGB (Red+Green+Blue) = 77+86+81=244 (32% of max value = 765). Red value is 77 (30.47% from 255 or 31.56% from 244); Green value is 86 (33.98% from 255 or 35.25% from 244); Blue value is 81 (32.03% from 255 or 33.20% from 244); Max value from RGB is 86 - color contains mainly: green. Hex color #4D5651 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D5651 is #B2A9AE. Grayscale: #525252. Windows color (decimal): -11708847 or 5330509. OLE color: 5330509.

HSL color Cylindrical-coordinate representation of color #4D5651: hue angle of 146.67º degrees, saturation: 0.06, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #4D5651 is Cyan = 0.10, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.66.

Color convert

RGB778681-
CMYK0.1000.060.66
HSL146.67º5.52%31.96%-
HSV(B)146.67º10.47%33.73%-
XYZ7.878.839.07-
YUV82.74127.02123.91-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 31.56%
GREEN value IS 86 (33.98% from 255) = 35.25%
BLUE value IS 81 (32.03% from 255) = 33.20%
R=31.56%
G=35.25%
B=33.20%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7786810.1000.060.66146.675.5231.96
Hex4D5651A064293620
Octal1151261211206102223640
Binary10011011010110101000110100110100001010010011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D5651

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,86,81); }

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

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

 a { background-color: rgb(77,86,81); }

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

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

 span { border-color: rgb(77,86,81); }

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