#406A5E

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

Shades of Stromboli #406A5E

Tints of Stromboli #406A5E

Color information

#406A5E (or 0x406A5E) is unknown color: approx Stromboli. HEX triplet: 40, 6A and 5E. RGB value is (64,106,94). Sum of RGB (Red+Green+Blue) = 64+106+94=264 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.24% from 264); Green value is 106 (41.80% from 255 or 40.15% from 264); Blue value is 94 (37.11% from 255 or 35.61% from 264); Max value from RGB is 106 - color contains mainly: green. Hex color #406A5E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #406A5E is #BF95A1. Grayscale: #5C5C5C. Windows color (decimal): -12555682 or 6187584. OLE color: 6187584.

HSL color Cylindrical-coordinate representation of color #406A5E: hue angle of 162.86º degrees, saturation: 0.25, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #406A5E is Cyan = 0.40, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.58.

Color convert

RGB6410694-
CMYK0.4000.110.58
HSL162.86º24.71%33.33%-
HSV(B)162.86º39.62%41.57%-
XYZ9.2912.2112.46-
YUV92.07129.09107.98-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 24.24%
GREEN value IS 106 (41.80% from 255) = 40.15%
BLUE value IS 94 (37.11% from 255) = 35.61%
R=24.24%
G=40.15%
B=35.61%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal64106940.4000.110.58162.8624.7133.33
Hex406A5E280B3Aa31921
Octal10015213650013722433141
Binary100000011010101011110101000010111110101010001111001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406A5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #406A5E; }

 p { color: rgb(64,106,94); }

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

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

 a { background-color: rgb(64,106,94); }

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

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

 span { border-color: rgb(64,106,94); }

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