#4F5848

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

Shades of Cabbage Pont #4F5848

Tints of Cabbage Pont #4F5848

Color information

#4F5848 (or 0x4F5848) is unknown color: approx Cabbage Pont. HEX triplet: 4F, 58 and 48. RGB value is (79,88,72). Sum of RGB (Red+Green+Blue) = 79+88+72=239 (31% of max value = 765). Red value is 79 (31.25% from 255 or 33.05% from 239); Green value is 88 (34.77% from 255 or 36.82% from 239); Blue value is 72 (28.52% from 255 or 30.13% from 239); Max value from RGB is 88 - color contains mainly: green. Hex color #4F5848 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F5848 is #B0A7B7. Grayscale: #535353. Windows color (decimal): -11577272 or 4741199. OLE color: 4741199.

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

Color convert

RGB798872-
CMYK0.1000.180.65
HSL93.75º10%31.37%-
HSV(B)93.75º18.18%34.51%-
XYZ7.889.117.47-
YUV83.48121.52124.8-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 33.05%
GREEN value IS 88 (34.77% from 255) = 36.82%
BLUE value IS 72 (28.52% from 255) = 30.13%
R=33.05%
G=36.82%
B=30.13%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7988720.1000.180.6593.751031.37
Hex4F5848A012415ea1f
Octal117130110120221011361237
Binary100111110110001001000101001001010000011011110101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F5848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,88,72); }

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

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

 a { background-color: rgb(79,88,72); }

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

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

 span { border-color: rgb(79,88,72); }

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