#406255

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

Shades of Stromboli #406255

Tints of Stromboli #406255

Color information

#406255 (or 0x406255) is unknown color: approx Stromboli. HEX triplet: 40, 62 and 55. RGB value is (64,98,85). Sum of RGB (Red+Green+Blue) = 64+98+85=247 (32% of max value = 765). Red value is 64 (25.39% from 255 or 25.91% from 247); Green value is 98 (38.67% from 255 or 39.68% from 247); Blue value is 85 (33.59% from 255 or 34.41% from 247); Max value from RGB is 98 - color contains mainly: green. Hex color #406255 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #406255 is #BF9DAA. Grayscale: #565656. Windows color (decimal): -12557739 or 5595712. OLE color: 5595712.

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

Color convert

RGB649885-
CMYK0.3500.130.62
HSL157.06º20.99%31.76%-
HSV(B)157.06º34.69%38.43%-
XYZ8.1210.4810.19-
YUV86.35127.24112.06-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 25.91%
GREEN value IS 98 (38.67% from 255) = 39.68%
BLUE value IS 85 (33.59% from 255) = 34.41%
R=25.91%
G=39.68%
B=34.41%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6498850.3500.130.62157.0620.9931.76
Hex406255230D3E9d1520
Octal10014212543015762352540
Binary100000011000101010101100011011011111101001110110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #406255; }

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

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

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

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

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

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

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

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