#426259

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

Shades of Stromboli #426259

Tints of Stromboli #426259

Color information

#426259 (or 0x426259) is unknown color: approx Stromboli. HEX triplet: 42, 62 and 59. RGB value is (66,98,89). Sum of RGB (Red+Green+Blue) = 66+98+89=253 (33% of max value = 765). Red value is 66 (26.17% from 255 or 26.09% from 253); Green value is 98 (38.67% from 255 or 38.74% from 253); Blue value is 89 (35.16% from 255 or 35.18% from 253); Max value from RGB is 98 - color contains mainly: green. Hex color #426259 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #426259 is #BD9DA6. Grayscale: #575757. Windows color (decimal): -12426663 or 5857858. OLE color: 5857858.

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

Color convert

RGB669889-
CMYK0.3300.090.62
HSL163.12º19.51%32.16%-
HSV(B)163.12º32.65%38.43%-
XYZ8.4210.6111.06-
YUV87.41128.9112.73-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 26.09%
GREEN value IS 98 (38.67% from 255) = 38.74%
BLUE value IS 89 (35.16% from 255) = 35.18%
R=26.09%
G=38.74%
B=35.18%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6698890.3300.090.62163.1219.5132.16
Hex42625921093Ea31420
Octal10214213141011762432440
Binary100001011000101011001100001010011111101010001110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #426259; }

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

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

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

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

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

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

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

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