#4C5950

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

Shades of Feldgrau #4C5950

Tints of Feldgrau #4C5950

Color information

#4C5950 (or 0x4C5950) is unknown color: approx Feldgrau. HEX triplet: 4C, 59 and 50. RGB value is (76,89,80). Sum of RGB (Red+Green+Blue) = 76+89+80=245 (32% of max value = 765). Red value is 76 (30.08% from 255 or 31.02% from 245); Green value is 89 (35.16% from 255 or 36.33% from 245); Blue value is 80 (31.64% from 255 or 32.65% from 245); Max value from RGB is 89 - color contains mainly: green. Hex color #4C5950 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C5950 is #B3A6AF. Grayscale: #545454. Windows color (decimal): -11773616 or 5265740. OLE color: 5265740.

HSL color Cylindrical-coordinate representation of color #4C5950: hue angle of 138.46º degrees, saturation: 0.08, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #4C5950 is Cyan = 0.15, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.65.

Color convert

RGB768980-
CMYK0.1500.100.65
HSL138.46º7.88%32.35%-
HSV(B)138.46º14.61%34.9%-
XYZ89.268.96-
YUV84.09125.69122.23-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 31.02%
GREEN value IS 89 (35.16% from 255) = 36.33%
BLUE value IS 80 (31.64% from 255) = 32.65%
R=31.02%
G=36.33%
B=32.65%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7689800.1500.100.65138.467.8832.35
Hex4C5950F0A418a820
Octal114131120170121012121040
Binary1001100101100110100001111010101000001100010101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C5950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,89,80); }

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

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

 a { background-color: rgb(76,89,80); }

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

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

 span { border-color: rgb(76,89,80); }

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