#406857

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

Shades of Stromboli #406857

Tints of Stromboli #406857

Color information

#406857 (or 0x406857) is unknown color: approx Stromboli. HEX triplet: 40, 68 and 57. RGB value is (64,104,87). Sum of RGB (Red+Green+Blue) = 64+104+87=255 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.10% from 255); Green value is 104 (41.02% from 255 or 40.78% from 255); Blue value is 87 (34.38% from 255 or 34.12% from 255); Max value from RGB is 104 - color contains mainly: green. Hex color #406857 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #406857 is #BF97A8. Grayscale: #5A5A5A. Windows color (decimal): -12556201 or 5728320. OLE color: 5728320.

HSL color Cylindrical-coordinate representation of color #406857: hue angle of 154.5º degrees, saturation: 0.24, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #406857 is Cyan = 0.38, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.59.

Color convert

RGB6410487-
CMYK0.3800.160.59
HSL154.5º23.81%32.94%-
HSV(B)154.5º38.46%40.78%-
XYZ8.7811.6810.81-
YUV90.1126.25109.38-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 25.10%
GREEN value IS 104 (41.02% from 255) = 40.78%
BLUE value IS 87 (34.38% from 255) = 34.12%
R=25.10%
G=40.78%
B=34.12%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal64104870.3800.160.59154.523.8132.94
Hex406857260103B9a1821
Octal10015012746020732323041
Binary1000000110100010101111001100100001110111001101011000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406857

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #406857; }

 p { color: rgb(64,104,87); }

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

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

 a { background-color: rgb(64,104,87); }

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

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

 span { border-color: rgb(64,104,87); }

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