#406855

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

Shades of Stromboli #406855

Tints of Stromboli #406855

Color information

#406855 (or 0x406855) is unknown color: approx Stromboli. HEX triplet: 40, 68 and 55. RGB value is (64,104,85). Sum of RGB (Red+Green+Blue) = 64+104+85=253 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.30% from 253); Green value is 104 (41.02% from 255 or 41.11% from 253); Blue value is 85 (33.59% from 255 or 33.60% from 253); Max value from RGB is 104 - color contains mainly: green. Hex color #406855 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #406855 is #BF97AA. Grayscale: #595959. Windows color (decimal): -12556203 or 5597248. OLE color: 5597248.

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

Color convert

RGB6410485-
CMYK0.3800.180.59
HSL151.5º23.81%32.94%-
HSV(B)151.5º38.46%40.78%-
XYZ8.711.6510.38-
YUV89.87125.25109.54-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 25.30%
GREEN value IS 104 (41.02% from 255) = 41.11%
BLUE value IS 85 (33.59% from 255) = 33.60%
R=25.30%
G=41.11%
B=33.60%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal64104850.3800.180.59151.523.8132.94
Hex406855260123B981821
Octal10015012546022732303041
Binary1000000110100010101011001100100101110111001100011000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #406855; }

 p { color: rgb(64,104,85); }

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

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

 a { background-color: rgb(64,104,85); }

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

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

 span { border-color: rgb(64,104,85); }

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