#406656

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

Shades of Stromboli #406656

Tints of Stromboli #406656

Color information

#406656 (or 0x406656) is unknown color: approx Stromboli. HEX triplet: 40, 66 and 56. RGB value is (64,102,86). Sum of RGB (Red+Green+Blue) = 64+102+86=252 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.40% from 252); Green value is 102 (40.23% from 255 or 40.48% from 252); Blue value is 86 (33.98% from 255 or 34.13% from 252); Max value from RGB is 102 - color contains mainly: green. Hex color #406656 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #406656 is #BF99A9. Grayscale: #585858. Windows color (decimal): -12556714 or 5662272. OLE color: 5662272.

HSL color Cylindrical-coordinate representation of color #406656: hue angle of 154.74º degrees, saturation: 0.23, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #406656 is Cyan = 0.37, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.6.

Color convert

RGB6410286-
CMYK0.3700.160.6
HSL154.74º22.89%32.55%-
HSV(B)154.74º37.25%40%-
XYZ8.5511.2610.53-
YUV88.81126.41110.3-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 25.40%
GREEN value IS 102 (40.23% from 255) = 40.48%
BLUE value IS 86 (33.98% from 255) = 34.13%
R=25.40%
G=40.48%
B=34.13%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal64102860.3700.160.6154.7422.8932.55
Hex406656250103C9b1721
Octal10014612645020742332741
Binary1000000110011010101101001010100001111001001101110111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406656

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #406656; }

 p { color: rgb(64,102,86); }

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

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

 a { background-color: rgb(64,102,86); }

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

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

 span { border-color: rgb(64,102,86); }

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