#406E5B

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

Shades of Stromboli #406E5B

Tints of Stromboli #406E5B

Color information

#406E5B (or 0x406E5B) is unknown color: approx Stromboli. HEX triplet: 40, 6E and 5B. RGB value is (64,110,91). Sum of RGB (Red+Green+Blue) = 64+110+91=265 (35% of max value = 765). Red value is 64 (25.39% from 255 or 24.15% from 265); Green value is 110 (43.36% from 255 or 41.51% from 265); Blue value is 91 (35.94% from 255 or 34.34% from 265); Max value from RGB is 110 - color contains mainly: green. Hex color #406E5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #406E5B is #BF91A4. Grayscale: #5E5E5E. Windows color (decimal): -12554661 or 5992000. OLE color: 5992000.

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

Color convert

RGB6411091-
CMYK0.4200.170.57
HSL155.22º26.44%34.12%-
HSV(B)155.22º41.82%43.14%-
XYZ9.581311.9-
YUV94.08126.26106.54-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 24.15%
GREEN value IS 110 (43.36% from 255) = 41.51%
BLUE value IS 91 (35.94% from 255) = 34.34%
R=24.15%
G=41.51%
B=34.34%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal64110910.4200.170.57155.2226.4434.12
Hex406E5B2A011399b1a22
Octal10015613352021712333242
Binary1000000110111010110111010100100011110011001101111010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406E5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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