#4E5946

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

Shades of Cabbage Pont #4E5946

Tints of Cabbage Pont #4E5946

Color information

#4E5946 (or 0x4E5946) is unknown color: approx Cabbage Pont. HEX triplet: 4E, 59 and 46. RGB value is (78,89,70). Sum of RGB (Red+Green+Blue) = 78+89+70=237 (31% of max value = 765). Red value is 78 (30.86% from 255 or 32.91% from 237); Green value is 89 (35.16% from 255 or 37.55% from 237); Blue value is 70 (27.73% from 255 or 29.54% from 237); Max value from RGB is 89 - color contains mainly: green. Hex color #4E5946 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E5946 is #B1A6B9. Grayscale: #535353. Windows color (decimal): -11642554 or 4610382. OLE color: 4610382.

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

Color convert

RGB788970-
CMYK0.1200.210.65
HSL94.74º11.95%31.18%-
HSV(B)94.74º21.35%34.9%-
XYZ7.829.217.16-
YUV83.54120.36124.04-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 32.91%
GREEN value IS 89 (35.16% from 255) = 37.55%
BLUE value IS 70 (27.73% from 255) = 29.54%
R=32.91%
G=37.55%
B=29.54%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7889700.1200.210.6594.7411.9531.18
Hex4E5946C015415fc1f
Octal116131106140251011371437
Binary100111010110011000110110001010110000011011111110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E5946

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,89,70); }

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

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

 a { background-color: rgb(78,89,70); }

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

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

 span { border-color: rgb(78,89,70); }

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