#4C5644

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

Shades of Cabbage Pont #4C5644

Tints of Cabbage Pont #4C5644

Color information

#4C5644 (or 0x4C5644) is unknown color: approx Cabbage Pont. HEX triplet: 4C, 56 and 44. RGB value is (76,86,68). Sum of RGB (Red+Green+Blue) = 76+86+68=230 (30% of max value = 765). Red value is 76 (30.08% from 255 or 33.04% from 230); Green value is 86 (33.98% from 255 or 37.39% from 230); Blue value is 68 (26.95% from 255 or 29.57% from 230); Max value from RGB is 86 - color contains mainly: green. Hex color #4C5644 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C5644 is #B3A9BB. Grayscale: #515151. Windows color (decimal): -11774396 or 4478540. OLE color: 4478540.

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

Color convert

RGB768668-
CMYK0.1200.210.66
HSL93.33º11.69%30.2%-
HSV(B)93.33º20.93%33.73%-
XYZ7.358.616.74-
YUV80.96120.69124.46-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 33.04%
GREEN value IS 86 (33.98% from 255) = 37.39%
BLUE value IS 68 (26.95% from 255) = 29.57%
R=33.04%
G=37.39%
B=29.57%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7686680.1200.210.6693.3311.6930.2
Hex4C5644C015425dc1e
Octal114126104140251021351436
Binary100110010101101000100110001010110000101011101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C5644

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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