#4E5956

Color #4E5956 Cape Cod (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cape Cod #4E5956

Tints of Cape Cod #4E5956

Color information

#4E5956 (or 0x4E5956) is unknown color: approx Cape Cod. HEX triplet: 4E, 59 and 56. RGB value is (78,89,86). Sum of RGB (Red+Green+Blue) = 78+89+86=253 (33% of max value = 765). Red value is 78 (30.86% from 255 or 30.83% from 253); Green value is 89 (35.16% from 255 or 35.18% from 253); Blue value is 86 (33.98% from 255 or 33.99% from 253); Max value from RGB is 89 - color contains mainly: green. Hex color #4E5956 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E5956 is #B1A6A9. Grayscale: #555555. Windows color (decimal): -11642538 or 5658958. OLE color: 5658958.

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

Color convert

RGB788986-
CMYK0.1200.030.65
HSL163.64º6.59%32.75%-
HSV(B)163.64º12.36%34.9%-
XYZ8.399.4410.18-
YUV85.37128.36122.74-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 30.83%
GREEN value IS 89 (35.16% from 255) = 35.18%
BLUE value IS 86 (33.98% from 255) = 33.99%
R=30.83%
G=35.18%
B=33.99%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7889860.1200.030.65163.646.5932.75
Hex4E5956C0341a4721
Octal1161311261403101244741
Binary1001110101100110101101100011100000110100100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E5956

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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