#406355

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

Shades of Stromboli #406355

Tints of Stromboli #406355

Color information

#406355 (or 0x406355) is unknown color: approx Stromboli. HEX triplet: 40, 63 and 55. RGB value is (64,99,85). Sum of RGB (Red+Green+Blue) = 64+99+85=248 (32% of max value = 765). Red value is 64 (25.39% from 255 or 25.81% from 248); Green value is 99 (39.06% from 255 or 39.92% from 248); Blue value is 85 (33.59% from 255 or 34.27% from 248); Max value from RGB is 99 - color contains mainly: green. Hex color #406355 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #406355 is #BF9CAA. Grayscale: #565656. Windows color (decimal): -12557483 or 5595968. OLE color: 5595968.

HSL color Cylindrical-coordinate representation of color #406355: hue angle of 156º degrees, saturation: 0.21, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #406355 is Cyan = 0.35, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.61.

Color convert

RGB649985-
CMYK0.3500.140.61
HSL156º21.47%31.96%-
HSV(B)156º35.35%38.82%-
XYZ8.2210.6710.22-
YUV86.94126.9111.64-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 25.81%
GREEN value IS 99 (39.06% from 255) = 39.92%
BLUE value IS 85 (33.59% from 255) = 34.27%
R=25.81%
G=39.92%
B=34.27%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal6499850.3500.140.6115621.4731.96
Hex406355230E3D9c1520
Octal10014312543016752342540
Binary100000011000111010101100011011101111011001110010101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #406355; }

 p { color: rgb(64,99,85); }

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

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

 a { background-color: rgb(64,99,85); }

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

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

 span { border-color: rgb(64,99,85); }

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