#406456

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

Shades of Stromboli #406456

Tints of Stromboli #406456

Color information

#406456 (or 0x406456) is unknown color: approx Stromboli. HEX triplet: 40, 64 and 56. RGB value is (64,100,86). Sum of RGB (Red+Green+Blue) = 64+100+86=250 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.6% from 250); Green value is 100 (39.45% from 255 or 40% from 250); Blue value is 86 (33.98% from 255 or 34.4% from 250); Max value from RGB is 100 - color contains mainly: green. Hex color #406456 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #406456 is #BF9BA9. Grayscale: #575757. Windows color (decimal): -12557226 or 5661760. OLE color: 5661760.

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

Color convert

RGB6410086-
CMYK0.3600.140.61
HSL156.67º21.95%32.16%-
HSV(B)156.67º36%39.22%-
XYZ8.3510.8810.46-
YUV87.64127.07111.14-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 25.6%
GREEN value IS 100 (39.45% from 255) = 40%
BLUE value IS 86 (33.98% from 255) = 34.4%
R=25.6%
G=40%
B=34.4%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal64100860.3600.140.61156.6721.9532.16
Hex406456240E3D9d1620
Octal10014412644016752352640
Binary100000011001001010110100100011101111011001110110110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #406456; }

 p { color: rgb(64,100,86); }

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

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

 a { background-color: rgb(64,100,86); }

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

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

 span { border-color: rgb(64,100,86); }

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