#4C5348

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

Shades of Cabbage Pont #4C5348

Tints of Cabbage Pont #4C5348

Color information

#4C5348 (or 0x4C5348) is unknown color: approx Cabbage Pont. HEX triplet: 4C, 53 and 48. RGB value is (76,83,72). Sum of RGB (Red+Green+Blue) = 76+83+72=231 (30% of max value = 765). Red value is 76 (30.08% from 255 or 32.90% from 231); Green value is 83 (32.81% from 255 or 35.93% from 231); Blue value is 72 (28.52% from 255 or 31.17% from 231); Max value from RGB is 83 - color contains mainly: green. Hex color #4C5348 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C5348 is #B3ACB7. Grayscale: #4F4F4F. Windows color (decimal): -11775160 or 4739916. OLE color: 4739916.

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

Color convert

RGB768372-
CMYK0.0800.130.67
HSL98.18º7.1%30.39%-
HSV(B)98.18º13.25%32.55%-
XYZ7.248.197.33-
YUV79.65123.68125.39-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 32.90%
GREEN value IS 83 (32.81% from 255) = 35.93%
BLUE value IS 72 (28.52% from 255) = 31.17%
R=32.90%
G=35.93%
B=31.17%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7683720.0800.130.6798.187.130.39
Hex4C534880D436271e
Octal11412311010015103142736
Binary1001100101001110010001000011011000011110001011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C5348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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