#406455

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

Shades of Stromboli #406455

Tints of Stromboli #406455

Color information

#406455 (or 0x406455) is unknown color: approx Stromboli. HEX triplet: 40, 64 and 55. RGB value is (64,100,85). Sum of RGB (Red+Green+Blue) = 64+100+85=249 (32% of max value = 765). Red value is 64 (25.39% from 255 or 25.70% from 249); Green value is 100 (39.45% from 255 or 40.16% from 249); Blue value is 85 (33.59% from 255 or 34.14% from 249); Max value from RGB is 100 - color contains mainly: green. Hex color #406455 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #406455 is #BF9BAA. Grayscale: #575757. Windows color (decimal): -12557227 or 5596224. OLE color: 5596224.

HSL color Cylindrical-coordinate representation of color #406455: hue angle of 155º 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 #406455 is Cyan = 0.36, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.61.

Color convert

RGB6410085-
CMYK0.3600.150.61
HSL155º21.95%32.16%-
HSV(B)155º36%39.22%-
XYZ8.3110.8610.25-
YUV87.53126.57111.22-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 25.70%
GREEN value IS 100 (39.45% from 255) = 40.16%
BLUE value IS 85 (33.59% from 255) = 34.14%
R=25.70%
G=40.16%
B=34.14%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal64100850.3600.150.6115521.9532.16
Hex406455240F3D9b1620
Octal10014412544017752332640
Binary100000011001001010101100100011111111011001101110110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #406455; }

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

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

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

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

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

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

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

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