#4F5749

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

Shades of Cabbage Pont #4F5749

Tints of Cabbage Pont #4F5749

Color information

#4F5749 (or 0x4F5749) is unknown color: approx Cabbage Pont. HEX triplet: 4F, 57 and 49. RGB value is (79,87,73). Sum of RGB (Red+Green+Blue) = 79+87+73=239 (31% of max value = 765). Red value is 79 (31.25% from 255 or 33.05% from 239); Green value is 87 (34.38% from 255 or 36.40% from 239); Blue value is 73 (28.91% from 255 or 30.54% from 239); Max value from RGB is 87 - color contains mainly: green. Hex color #4F5749 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F5749 is #B0A8B6. Grayscale: #535353. Windows color (decimal): -11577527 or 4806479. OLE color: 4806479.

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

Color convert

RGB798773-
CMYK0.0900.160.66
HSL94.29º8.75%31.37%-
HSV(B)94.29º16.09%34.12%-
XYZ7.848.967.62-
YUV83.01122.35125.14-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 33.05%
GREEN value IS 87 (34.38% from 255) = 36.40%
BLUE value IS 73 (28.91% from 255) = 30.54%
R=33.05%
G=36.40%
B=30.54%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7987730.0900.160.6694.298.7531.37
Hex4F57499010425e91f
Octal117127111110201021361137
Binary100111110101111001001100101000010000101011110100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F5749

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,87,73); }

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

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

 a { background-color: rgb(79,87,73); }

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

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

 span { border-color: rgb(79,87,73); }

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