#406B55

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

Shades of Stromboli #406B55

Tints of Stromboli #406B55

Color information

#406B55 (or 0x406B55) is unknown color: approx Stromboli. HEX triplet: 40, 6B and 55. RGB value is (64,107,85). Sum of RGB (Red+Green+Blue) = 64+107+85=256 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25% from 256); Green value is 107 (42.19% from 255 or 41.80% from 256); Blue value is 85 (33.59% from 255 or 33.20% from 256); Max value from RGB is 107 - color contains mainly: green. Hex color #406B55 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #406B55 is #BF94AA. Grayscale: #5B5B5B. Windows color (decimal): -12555435 or 5598016. OLE color: 5598016.

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

Color convert

RGB6410785-
CMYK0.4000.210.58
HSL149.3º25.15%33.53%-
HSV(B)149.3º40.19%41.96%-
XYZ9.0112.2610.49-
YUV91.64124.25108.29-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 25%
GREEN value IS 107 (42.19% from 255) = 41.80%
BLUE value IS 85 (33.59% from 255) = 33.20%
R=25%
G=41.80%
B=33.20%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal64107850.4000.210.58149.325.1533.53
Hex406B55280153A951922
Octal10015312550025722253142
Binary1000000110101110101011010000101011110101001010111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406B55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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