#426A59

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

Shades of Stromboli #426A59

Tints of Stromboli #426A59

Color information

#426A59 (or 0x426A59) is unknown color: approx Stromboli. HEX triplet: 42, 6A and 59. RGB value is (66,106,89). Sum of RGB (Red+Green+Blue) = 66+106+89=261 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.29% from 261); Green value is 106 (41.80% from 255 or 40.61% from 261); Blue value is 89 (35.16% from 255 or 34.10% from 261); Max value from RGB is 106 - color contains mainly: green. Hex color #426A59 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #426A59 is #BD95A6. Grayscale: #5C5C5C. Windows color (decimal): -12424615 or 5859906. OLE color: 5859906.

HSL color Cylindrical-coordinate representation of color #426A59: hue angle of 154.5º degrees, saturation: 0.23, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #426A59 is Cyan = 0.38, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.58.

Color convert

RGB6610689-
CMYK0.3800.160.58
HSL154.5º23.26%33.73%-
HSV(B)154.5º37.74%41.57%-
XYZ9.212.1911.32-
YUV92.1126.25109.38-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 25.29%
GREEN value IS 106 (41.80% from 255) = 40.61%
BLUE value IS 89 (35.16% from 255) = 34.10%
R=25.29%
G=40.61%
B=34.10%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal66106890.3800.160.58154.523.2633.73
Hex426A59260103A9a1722
Octal10215213146020722322742
Binary1000010110101010110011001100100001110101001101010111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426A59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #426A59; }

 p { color: rgb(66,106,89); }

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

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

 a { background-color: rgb(66,106,89); }

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

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

 span { border-color: rgb(66,106,89); }

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