#4F5949

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

Shades of Cabbage Pont #4F5949

Tints of Cabbage Pont #4F5949

Color information

#4F5949 (or 0x4F5949) is unknown color: approx Cabbage Pont. HEX triplet: 4F, 59 and 49. RGB value is (79,89,73). Sum of RGB (Red+Green+Blue) = 79+89+73=241 (31% of max value = 765). Red value is 79 (31.25% from 255 or 32.78% from 241); Green value is 89 (35.16% from 255 or 36.93% from 241); Blue value is 73 (28.91% from 255 or 30.29% from 241); Max value from RGB is 89 - color contains mainly: green. Hex color #4F5949 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F5949 is #B0A6B6. Grayscale: #545454. Windows color (decimal): -11577015 or 4806991. OLE color: 4806991.

HSL color Cylindrical-coordinate representation of color #4F5949: hue angle of 97.5º degrees, saturation: 0.1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #4F5949 is Cyan = 0.11, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.65.

Color convert

RGB798973-
CMYK0.1100.180.65
HSL97.5º9.88%31.76%-
HSV(B)97.5º17.98%34.9%-
XYZ89.297.67-
YUV84.19121.69124.3-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 32.78%
GREEN value IS 89 (35.16% from 255) = 36.93%
BLUE value IS 73 (28.91% from 255) = 30.29%
R=32.78%
G=36.93%
B=30.29%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7989730.1100.180.6597.59.8831.76
Hex4F5949B0124161a20
Octal117131111130221011411240
Binary1001111101100110010011011010010100000111000011010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F5949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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