#406958

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

Shades of Stromboli #406958

Tints of Stromboli #406958

Color information

#406958 (or 0x406958) is unknown color: approx Stromboli. HEX triplet: 40, 69 and 58. RGB value is (64,105,88). Sum of RGB (Red+Green+Blue) = 64+105+88=257 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.90% from 257); Green value is 105 (41.41% from 255 or 40.86% from 257); Blue value is 88 (34.77% from 255 or 34.24% from 257); Max value from RGB is 105 - color contains mainly: green. Hex color #406958 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #406958 is #BF96A7. Grayscale: #5A5A5A. Windows color (decimal): -12555944 or 5794112. OLE color: 5794112.

HSL color Cylindrical-coordinate representation of color #406958: hue angle of 155.12º degrees, saturation: 0.24, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #406958 is Cyan = 0.39, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.59.

Color convert

RGB6410588-
CMYK0.3900.160.59
HSL155.12º24.26%33.14%-
HSV(B)155.12º39.05%41.18%-
XYZ8.9311.911.06-
YUV90.8126.42108.88-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 24.90%
GREEN value IS 105 (41.41% from 255) = 40.86%
BLUE value IS 88 (34.77% from 255) = 34.24%
R=24.90%
G=40.86%
B=34.24%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal64105880.3900.160.59155.1224.2633.14
Hex406958270103B9b1821
Octal10015113047020732333041
Binary1000000110100110110001001110100001110111001101111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406958

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #406958; }

 p { color: rgb(64,105,88); }

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

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

 a { background-color: rgb(64,105,88); }

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

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

 span { border-color: rgb(64,105,88); }

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