#4C5344

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

Shades of Cabbage Pont #4C5344

Tints of Cabbage Pont #4C5344

Color information

#4C5344 (or 0x4C5344) is unknown color: approx Cabbage Pont. HEX triplet: 4C, 53 and 44. RGB value is (76,83,68). Sum of RGB (Red+Green+Blue) = 76+83+68=227 (30% of max value = 765). Red value is 76 (30.08% from 255 or 33.48% from 227); Green value is 83 (32.81% from 255 or 36.56% from 227); Blue value is 68 (26.95% from 255 or 29.96% from 227); Max value from RGB is 83 - color contains mainly: green. Hex color #4C5344 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C5344 is #B3ACBB. Grayscale: #4F4F4F. Windows color (decimal): -11775164 or 4477772. OLE color: 4477772.

HSL color Cylindrical-coordinate representation of color #4C5344: hue angle of 88º degrees, saturation: 0.1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #4C5344 is Cyan = 0.08, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.67.

Color convert

RGB768368-
CMYK0.0800.180.67
HSL88º9.93%29.61%-
HSV(B)88º18.07%32.55%-
XYZ7.128.146.66-
YUV79.2121.68125.72-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 33.48%
GREEN value IS 83 (32.81% from 255) = 36.56%
BLUE value IS 68 (26.95% from 255) = 29.96%
R=33.48%
G=36.56%
B=29.96%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7683680.0800.180.67889.9329.61
Hex4C534480124358a1e
Octal114123104100221031301236
Binary100110010100111000100100001001010000111011000101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C5344

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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