#4C6356

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

Shades of Feldgrau #4C6356

Tints of Feldgrau #4C6356

Color information

#4C6356 (or 0x4C6356) is unknown color: approx Feldgrau. HEX triplet: 4C, 63 and 56. RGB value is (76,99,86). Sum of RGB (Red+Green+Blue) = 76+99+86=261 (34% of max value = 765). Red value is 76 (30.08% from 255 or 29.12% from 261); Green value is 99 (39.06% from 255 or 37.93% from 261); Blue value is 86 (33.98% from 255 or 32.95% from 261); Max value from RGB is 99 - color contains mainly: green. Hex color #4C6356 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C6356 is #B39CA9. Grayscale: #5A5A5A. Windows color (decimal): -11771050 or 5661516. OLE color: 5661516.

HSL color Cylindrical-coordinate representation of color #4C6356: hue angle of 146.09º degrees, saturation: 0.13, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #4C6356 is Cyan = 0.23, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.61.

Color convert

RGB769986-
CMYK0.2300.130.61
HSL146.09º13.14%34.31%-
HSV(B)146.09º23.23%38.82%-
XYZ9.1211.1310.47-
YUV90.64125.38117.56-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 29.12%
GREEN value IS 99 (39.06% from 255) = 37.93%
BLUE value IS 86 (33.98% from 255) = 32.95%
R=29.12%
G=37.93%
B=32.95%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal7699860.2300.130.61146.0913.1434.31
Hex4C6356170D3D92d22
Octal11414312627015752221542
Binary1001100110001110101101011101101111101100100101101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C6356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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