#406C56

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

Shades of Stromboli #406C56

Tints of Stromboli #406C56

Color information

#406C56 (or 0x406C56) is unknown color: approx Stromboli. HEX triplet: 40, 6C and 56. RGB value is (64,108,86). Sum of RGB (Red+Green+Blue) = 64+108+86=258 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.81% from 258); Green value is 108 (42.58% from 255 or 41.86% from 258); Blue value is 86 (33.98% from 255 or 33.33% from 258); Max value from RGB is 108 - color contains mainly: green. Hex color #406C56 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #406C56 is #BF93A9. Grayscale: #5C5C5C. Windows color (decimal): -12555178 or 5663808. OLE color: 5663808.

HSL color Cylindrical-coordinate representation of color #406C56: hue angle of 150º degrees, saturation: 0.26, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #406C56 is Cyan = 0.41, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.58.

Color convert

RGB6410886-
CMYK0.4100.200.58
HSL150º25.58%33.73%-
HSV(B)150º40.74%42.35%-
XYZ9.1612.4910.73-
YUV92.34124.42107.79-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 24.81%
GREEN value IS 108 (42.58% from 255) = 41.86%
BLUE value IS 86 (33.98% from 255) = 33.33%
R=24.81%
G=41.86%
B=33.33%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal64108860.4100.200.5815025.5833.73
Hex406C56290143A961a22
Octal10015412651024722263242
Binary1000000110110010101101010010101001110101001011011010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406C56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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