#49665C

Color #49665C Stromboli (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Stromboli #49665C

Tints of Stromboli #49665C

Color information

#49665C (or 0x49665C) is unknown color: approx Stromboli. HEX triplet: 49, 66 and 5C. RGB value is (73,102,92). Sum of RGB (Red+Green+Blue) = 73+102+92=267 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.34% from 267); Green value is 102 (40.23% from 255 or 38.20% from 267); Blue value is 92 (36.33% from 255 or 34.46% from 267); Max value from RGB is 102 - color contains mainly: green. Hex color #49665C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49665C is #B699A3. Grayscale: #5C5C5C. Windows color (decimal): -11966884 or 6055497. OLE color: 6055497.

HSL color Cylindrical-coordinate representation of color #49665C: hue angle of 159.31º degrees, saturation: 0.17, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #49665C is Cyan = 0.28, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.6.

Color convert

RGB7310292-
CMYK0.2800.100.6
HSL159.31º16.57%34.31%-
HSV(B)159.31º28.43%40%-
XYZ9.4311.6911.88-
YUV92.19127.89114.31-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 27.34%
GREEN value IS 102 (40.23% from 255) = 38.20%
BLUE value IS 92 (36.33% from 255) = 34.46%
R=27.34%
G=38.20%
B=34.46%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal73102920.2800.100.6159.3116.5734.31
Hex49665C1C0A3C9f1122
Octal11114613434012742372142
Binary10010011100110101110011100010101111001001111110001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49665C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49665C; }

 p { color: rgb(73,102,92); }

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

<style>
 a { background-color: #49665C; }

 a { background-color: rgb(73,102,92); }

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

<style>
 span { border-color: #49665C; }

 span { border-color: rgb(73,102,92); }

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