#4C5A56

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

Shades of Cape Cod #4C5A56

Tints of Cape Cod #4C5A56

Color information

#4C5A56 (or 0x4C5A56) is unknown color: approx Cape Cod. HEX triplet: 4C, 5A and 56. RGB value is (76,90,86). Sum of RGB (Red+Green+Blue) = 76+90+86=252 (33% of max value = 765). Red value is 76 (30.08% from 255 or 30.16% from 252); Green value is 90 (35.55% from 255 or 35.71% from 252); Blue value is 86 (33.98% from 255 or 34.13% from 252); Max value from RGB is 90 - color contains mainly: green. Hex color #4C5A56 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C5A56 is #B3A5A9. Grayscale: #555555. Windows color (decimal): -11773354 or 5659212. OLE color: 5659212.

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

Color convert

RGB769086-
CMYK0.1600.040.65
HSL162.86º8.43%32.55%-
HSV(B)162.86º15.56%35.29%-
XYZ8.329.5210.2-
YUV85.36128.36121.33-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 30.16%
GREEN value IS 90 (35.55% from 255) = 35.71%
BLUE value IS 86 (33.98% from 255) = 34.13%
R=30.16%
G=35.71%
B=34.13%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7690860.1600.040.65162.868.4332.55
Hex4C5A56100441a3821
Octal11413212620041012431041
Binary1001100101101010101101000001001000001101000111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C5A56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,90,86); }

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

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

 a { background-color: rgb(76,90,86); }

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

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

 span { border-color: rgb(76,90,86); }

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