#406259

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

Shades of Stromboli #406259

Tints of Stromboli #406259

Color information

#406259 (or 0x406259) is unknown color: approx Stromboli. HEX triplet: 40, 62 and 59. RGB value is (64,98,89). Sum of RGB (Red+Green+Blue) = 64+98+89=251 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.50% from 251); Green value is 98 (38.67% from 255 or 39.04% from 251); Blue value is 89 (35.16% from 255 or 35.46% from 251); Max value from RGB is 98 - color contains mainly: green. Hex color #406259 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #406259 is #BF9DA6. Grayscale: #565656. Windows color (decimal): -12557735 or 5857856. OLE color: 5857856.

HSL color Cylindrical-coordinate representation of color #406259: hue angle of 164.12º degrees, saturation: 0.21, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #406259 is Cyan = 0.35, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.62.

Color convert

RGB649889-
CMYK0.3500.090.62
HSL164.12º20.99%31.76%-
HSV(B)164.12º34.69%38.43%-
XYZ8.2910.5511.05-
YUV86.81129.24111.73-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 25.50%
GREEN value IS 98 (38.67% from 255) = 39.04%
BLUE value IS 89 (35.16% from 255) = 35.46%
R=25.50%
G=39.04%
B=35.46%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6498890.3500.090.62164.1220.9931.76
Hex40625923093Ea41520
Octal10014213143011762442540
Binary100000011000101011001100011010011111101010010010101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #406259; }

 p { color: rgb(64,98,89); }

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

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

 a { background-color: rgb(64,98,89); }

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

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

 span { border-color: rgb(64,98,89); }

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