#4E514C

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

Shades of Cabbage Pont #4E514C

Tints of Cabbage Pont #4E514C

Color information

#4E514C (or 0x4E514C) is unknown color: approx Cabbage Pont. HEX triplet: 4E, 51 and 4C. RGB value is (78,81,76). Sum of RGB (Red+Green+Blue) = 78+81+76=235 (31% of max value = 765). Red value is 78 (30.86% from 255 or 33.19% from 235); Green value is 81 (32.03% from 255 or 34.47% from 235); Blue value is 76 (30.08% from 255 or 32.34% from 235); Max value from RGB is 81 - color contains mainly: green. Hex color #4E514C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E514C is #B1AEB3. Grayscale: #4F4F4F. Windows color (decimal): -11644596 or 5001550. OLE color: 5001550.

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

Color convert

RGB788176-
CMYK0.0400.060.68
HSL96º3.18%30.78%-
HSV(B)96º6.17%31.76%-
XYZ7.398.038-
YUV79.53126.01126.91-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 33.19%
GREEN value IS 81 (32.03% from 255) = 34.47%
BLUE value IS 76 (30.08% from 255) = 32.34%
R=33.19%
G=34.47%
B=32.34%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal7881760.0400.060.68963.1830.78
Hex4E514C406446031f
Octal116121114406104140337
Binary1001110101000110011001000110100010011000001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E514C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,81,76); }

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

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

 a { background-color: rgb(78,81,76); }

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

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

 span { border-color: rgb(78,81,76); }

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