#4C5642

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

Shades of Cabbage Pont #4C5642

Tints of Cabbage Pont #4C5642

Color information

#4C5642 (or 0x4C5642) is unknown color: approx Cabbage Pont. HEX triplet: 4C, 56 and 42. RGB value is (76,86,66). Sum of RGB (Red+Green+Blue) = 76+86+66=228 (30% of max value = 765). Red value is 76 (30.08% from 255 or 33.33% from 228); Green value is 86 (33.98% from 255 or 37.72% from 228); Blue value is 66 (26.17% from 255 or 28.95% from 228); Max value from RGB is 86 - color contains mainly: green. Hex color #4C5642 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C5642 is #B3A9BD. Grayscale: #505050. Windows color (decimal): -11774398 or 4347468. OLE color: 4347468.

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

Color convert

RGB768666-
CMYK0.1200.230.66
HSL90º13.16%29.8%-
HSV(B)90º23.26%33.73%-
XYZ7.298.596.43-
YUV80.73119.69124.63-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 33.33%
GREEN value IS 86 (33.98% from 255) = 37.72%
BLUE value IS 66 (26.17% from 255) = 28.95%
R=33.33%
G=37.72%
B=28.95%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7686660.1200.230.669013.1629.8
Hex4C5642C017425ad1e
Octal114126102140271021321536
Binary100110010101101000010110001011110000101011010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C5642

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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