#4C5040

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

Shades of Gravel #4C5040

Tints of Gravel #4C5040

Color information

#4C5040 (or 0x4C5040) is unknown color: approx Gravel. HEX triplet: 4C, 50 and 40. RGB value is (76,80,64). Sum of RGB (Red+Green+Blue) = 76+80+64=220 (29% of max value = 765). Red value is 76 (30.08% from 255 or 34.55% from 220); Green value is 80 (31.64% from 255 or 36.36% from 220); Blue value is 64 (25.39% from 255 or 29.09% from 220); Max value from RGB is 80 - color contains mainly: green. Hex color #4C5040 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C5040 is #B3AFBF. Grayscale: #4D4D4D. Windows color (decimal): -11775936 or 4214860. OLE color: 4214860.

HSL color Cylindrical-coordinate representation of color #4C5040: hue angle of 75º degrees, saturation: 0.11, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #4C5040 is Cyan = 0.05, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.69.

Color convert

RGB768064-
CMYK0.0500.200.69
HSL75º11.11%28.24%-
HSV(B)75º20%31.37%-
XYZ6.777.645.97-
YUV76.98120.67127.3-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 34.55%
GREEN value IS 80 (31.64% from 255) = 36.36%
BLUE value IS 64 (25.39% from 255) = 29.09%
R=34.55%
G=36.36%
B=29.09%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7680640.0500.200.697511.1128.24
Hex4C50405014454bb1c
Octal11412010050241051131334
Binary10011001010000100000010101010010001011001011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C5040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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