#4C6756

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

Shades of Feldgrau #4C6756

Tints of Feldgrau #4C6756

Color information

#4C6756 (or 0x4C6756) is unknown color: approx Feldgrau. HEX triplet: 4C, 67 and 56. RGB value is (76,103,86). Sum of RGB (Red+Green+Blue) = 76+103+86=265 (35% of max value = 765). Red value is 76 (30.08% from 255 or 28.68% from 265); Green value is 103 (40.62% from 255 or 38.87% from 265); Blue value is 86 (33.98% from 255 or 32.45% from 265); Max value from RGB is 103 - color contains mainly: green. Hex color #4C6756 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C6756 is #B398A9. Grayscale: #5D5D5D. Windows color (decimal): -11770026 or 5662540. OLE color: 5662540.

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

Color convert

RGB7610386-
CMYK0.2600.170.60
HSL142.22º15.08%35.1%-
HSV(B)142.22º26.21%40.39%-
XYZ9.5111.9110.6-
YUV92.99124.05115.88-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 28.68%
GREEN value IS 103 (40.62% from 255) = 38.87%
BLUE value IS 86 (33.98% from 255) = 32.45%
R=28.68%
G=38.87%
B=32.45%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal76103860.2600.170.60142.2215.0835.1
Hex4C67561A0113C8ef23
Octal11414712632021742161743
Binary10011001100111101011011010010001111100100011101111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C6756

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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