#4E524A

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

Shades of Cabbage Pont #4E524A

Tints of Cabbage Pont #4E524A

Color information

#4E524A (or 0x4E524A) is unknown color: approx Cabbage Pont. HEX triplet: 4E, 52 and 4A. RGB value is (78,82,74). Sum of RGB (Red+Green+Blue) = 78+82+74=234 (30% of max value = 765). Red value is 78 (30.86% from 255 or 33.33% from 234); Green value is 82 (32.42% from 255 or 35.04% from 234); Blue value is 74 (29.30% from 255 or 31.62% from 234); Max value from RGB is 82 - color contains mainly: green. Hex color #4E524A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E524A is #B1ADB5. Grayscale: #4F4F4F. Windows color (decimal): -11644342 or 4870734. OLE color: 4870734.

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

Color convert

RGB788274-
CMYK0.0500.100.68
HSL90º5.13%30.59%-
HSV(B)90º9.76%32.16%-
XYZ7.48.157.66-
YUV79.89124.67126.65-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 33.33%
GREEN value IS 82 (32.42% from 255) = 35.04%
BLUE value IS 74 (29.30% from 255) = 31.62%
R=33.33%
G=35.04%
B=31.62%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal7882740.0500.100.68905.1330.59
Hex4E524A50A445a51f
Octal1161221125012104132537
Binary100111010100101001010101010101000100101101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E524A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,82,74); }

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

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

 a { background-color: rgb(78,82,74); }

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

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

 span { border-color: rgb(78,82,74); }

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