#4C6556

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

Shades of Feldgrau #4C6556

Tints of Feldgrau #4C6556

Color information

#4C6556 (or 0x4C6556) is unknown color: approx Feldgrau. HEX triplet: 4C, 65 and 56. RGB value is (76,101,86). Sum of RGB (Red+Green+Blue) = 76+101+86=263 (34% of max value = 765). Red value is 76 (30.08% from 255 or 28.90% from 263); Green value is 101 (39.84% from 255 or 38.40% from 263); Blue value is 86 (33.98% from 255 or 32.70% from 263); Max value from RGB is 101 - color contains mainly: green. Hex color #4C6556 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C6556 is #B39AA9. Grayscale: #5B5B5B. Windows color (decimal): -11770538 or 5662028. OLE color: 5662028.

HSL color Cylindrical-coordinate representation of color #4C6556: hue angle of 144º degrees, saturation: 0.14, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #4C6556 is Cyan = 0.25, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.60.

Color convert

RGB7610186-
CMYK0.2500.150.60
HSL144º14.12%34.71%-
HSV(B)144º24.75%39.61%-
XYZ9.3111.5210.54-
YUV91.82124.72116.72-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 28.90%
GREEN value IS 101 (39.84% from 255) = 38.40%
BLUE value IS 86 (33.98% from 255) = 32.70%
R=28.90%
G=38.40%
B=32.70%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal76101860.2500.150.6014414.1234.71
Hex4C6556190F3C90e23
Octal11414512631017742201643
Binary1001100110010110101101100101111111100100100001110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C6556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,101,86); }

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

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

 a { background-color: rgb(76,101,86); }

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

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

 span { border-color: rgb(76,101,86); }

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