#49534F

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

Shades of Cape Cod #49534F

Tints of Cape Cod #49534F

Color information

#49534F (or 0x49534F) is unknown color: approx Cape Cod. HEX triplet: 49, 53 and 4F. RGB value is (73,83,79). Sum of RGB (Red+Green+Blue) = 73+83+79=235 (31% of max value = 765). Red value is 73 (28.91% from 255 or 31.06% from 235); Green value is 83 (32.81% from 255 or 35.32% from 235); Blue value is 79 (31.25% from 255 or 33.62% from 235); Max value from RGB is 83 - color contains mainly: green. Hex color #49534F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49534F is #B6ACB0. Grayscale: #4F4F4F. Windows color (decimal): -11971761 or 5198665. OLE color: 5198665.

HSL color Cylindrical-coordinate representation of color #49534F: hue angle of 156º degrees, saturation: 0.06, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #49534F is Cyan = 0.12, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.67.

Color convert

RGB738379-
CMYK0.1200.050.67
HSL156º6.41%30.59%-
HSV(B)156º12.05%32.55%-
XYZ7.258.178.59-
YUV79.55127.69123.33-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 31.06%
GREEN value IS 83 (32.81% from 255) = 35.32%
BLUE value IS 79 (31.25% from 255) = 33.62%
R=31.06%
G=35.32%
B=33.62%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7383790.1200.050.671566.4130.59
Hex49534FC05439c61f
Octal1111231171405103234637
Binary1001001101001110011111100010110000111001110011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49534F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49534F; }

 p { color: rgb(73,83,79); }

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

<style>
 a { background-color: #49534F; }

 a { background-color: rgb(73,83,79); }

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

<style>
 span { border-color: #49534F; }

 span { border-color: rgb(73,83,79); }

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