#4C5954

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

Shades of Cape Cod #4C5954

Tints of Cape Cod #4C5954

Color information

#4C5954 (or 0x4C5954) is unknown color: approx Cape Cod. HEX triplet: 4C, 59 and 54. RGB value is (76,89,84). Sum of RGB (Red+Green+Blue) = 76+89+84=249 (32% of max value = 765). Red value is 76 (30.08% from 255 or 30.52% from 249); Green value is 89 (35.16% from 255 or 35.74% from 249); Blue value is 84 (33.20% from 255 or 33.73% from 249); Max value from RGB is 89 - color contains mainly: green. Hex color #4C5954 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C5954 is #B3A6AB. Grayscale: #545454. Windows color (decimal): -11773612 or 5527884. OLE color: 5527884.

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

Color convert

RGB768984-
CMYK0.1500.060.65
HSL156.92º7.88%32.35%-
HSV(B)156.92º14.61%34.9%-
XYZ8.159.329.76-
YUV84.54127.69121.91-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 30.52%
GREEN value IS 89 (35.16% from 255) = 35.74%
BLUE value IS 84 (33.20% from 255) = 33.73%
R=30.52%
G=35.74%
B=33.73%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7689840.1500.060.65156.927.8832.35
Hex4C5954F06419d820
Octal11413112417061012351040
Binary100110010110011010100111101101000001100111011000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C5954

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,89,84); }

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

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

 a { background-color: rgb(76,89,84); }

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

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

 span { border-color: rgb(76,89,84); }

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