#4C5641

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

Shades of Cabbage Pont #4C5641

Tints of Cabbage Pont #4C5641

Color information

#4C5641 (or 0x4C5641) is unknown color: approx Cabbage Pont. HEX triplet: 4C, 56 and 41. RGB value is (76,86,65). Sum of RGB (Red+Green+Blue) = 76+86+65=227 (30% of max value = 765). Red value is 76 (30.08% from 255 or 33.48% from 227); Green value is 86 (33.98% from 255 or 37.89% from 227); Blue value is 65 (25.78% from 255 or 28.63% from 227); Max value from RGB is 86 - color contains mainly: green. Hex color #4C5641 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C5641 is #B3A9BE. Grayscale: #505050. Windows color (decimal): -11774399 or 4281932. OLE color: 4281932.

HSL color Cylindrical-coordinate representation of color #4C5641: hue angle of 88.57º degrees, saturation: 0.14, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #4C5641 is Cyan = 0.12, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.66.

Color convert

RGB768665-
CMYK0.1200.240.66
HSL88.57º13.91%29.61%-
HSV(B)88.57º24.42%33.73%-
XYZ7.268.576.27-
YUV80.62119.19124.71-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 33.48%
GREEN value IS 86 (33.98% from 255) = 37.89%
BLUE value IS 65 (25.78% from 255) = 28.63%
R=33.48%
G=37.89%
B=28.63%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7686650.1200.240.6688.5713.9129.61
Hex4C5641C0184259e1e
Octal114126101140301021311636
Binary100110010101101000001110001100010000101011001111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C5641

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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