#406C5B

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

Shades of Stromboli #406C5B

Tints of Stromboli #406C5B

Color information

#406C5B (or 0x406C5B) is unknown color: approx Stromboli. HEX triplet: 40, 6C and 5B. RGB value is (64,108,91). Sum of RGB (Red+Green+Blue) = 64+108+91=263 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.33% from 263); Green value is 108 (42.58% from 255 or 41.06% from 263); Blue value is 91 (35.94% from 255 or 34.60% from 263); Max value from RGB is 108 - color contains mainly: green. Hex color #406C5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #406C5B is #BF93A4. Grayscale: #5C5C5C. Windows color (decimal): -12555173 or 5991488. OLE color: 5991488.

HSL color Cylindrical-coordinate representation of color #406C5B: hue angle of 156.82º 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 #406C5B is Cyan = 0.41, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.58.

Color convert

RGB6410891-
CMYK0.4100.160.58
HSL156.82º25.58%33.73%-
HSV(B)156.82º40.74%42.35%-
XYZ9.3712.5711.83-
YUV92.91126.92107.38-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 24.33%
GREEN value IS 108 (42.58% from 255) = 41.06%
BLUE value IS 91 (35.94% from 255) = 34.60%
R=24.33%
G=41.06%
B=34.60%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal64108910.4100.160.58156.8225.5833.73
Hex406C5B290103A9d1a22
Octal10015413351020722353242
Binary1000000110110010110111010010100001110101001110111010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406C5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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