#406F5E

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

Shades of Stromboli #406F5E

Tints of Stromboli #406F5E

Color information

#406F5E (or 0x406F5E) is unknown color: approx Stromboli. HEX triplet: 40, 6F and 5E. RGB value is (64,111,94). Sum of RGB (Red+Green+Blue) = 64+111+94=269 (35% of max value = 765). Red value is 64 (25.39% from 255 or 23.79% from 269); Green value is 111 (43.75% from 255 or 41.26% from 269); Blue value is 94 (37.11% from 255 or 34.94% from 269); Max value from RGB is 111 - color contains mainly: green. Hex color #406F5E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #406F5E is #BF90A1. Grayscale: #5F5F5F. Windows color (decimal): -12554402 or 6188864. OLE color: 6188864.

HSL color Cylindrical-coordinate representation of color #406F5E: hue angle of 158.3º degrees, saturation: 0.27, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #406F5E is Cyan = 0.42, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.56.

Color convert

RGB6411194-
CMYK0.4200.150.56
HSL158.3º26.86%34.31%-
HSV(B)158.3º42.34%43.53%-
XYZ9.8213.2712.63-
YUV95.01127.43105.88-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 23.79%
GREEN value IS 111 (43.75% from 255) = 41.26%
BLUE value IS 94 (37.11% from 255) = 34.94%
R=23.79%
G=41.26%
B=34.94%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal64111940.4200.150.56158.326.8634.31
Hex406F5E2A0F389e1b22
Octal10015713652017702363342
Binary100000011011111011110101010011111110001001111011011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406F5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,111,94); }

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

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

 a { background-color: rgb(64,111,94); }

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

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

 span { border-color: rgb(64,111,94); }

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