#426759

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

Shades of Stromboli #426759

Tints of Stromboli #426759

Color information

#426759 (or 0x426759) is unknown color: approx Stromboli. HEX triplet: 42, 67 and 59. RGB value is (66,103,89). Sum of RGB (Red+Green+Blue) = 66+103+89=258 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.58% from 258); Green value is 103 (40.62% from 255 or 39.92% from 258); Blue value is 89 (35.16% from 255 or 34.50% from 258); Max value from RGB is 103 - color contains mainly: green. Hex color #426759 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #426759 is #BD98A6. Grayscale: #5A5A5A. Windows color (decimal): -12425383 or 5859138. OLE color: 5859138.

HSL color Cylindrical-coordinate representation of color #426759: hue angle of 157.3º degrees, saturation: 0.22, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #426759 is Cyan = 0.36, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.60.

Color convert

RGB6610389-
CMYK0.3600.140.60
HSL157.3º21.89%33.14%-
HSV(B)157.3º35.92%40.39%-
XYZ8.911.5811.22-
YUV90.34127.24110.64-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 25.58%
GREEN value IS 103 (40.62% from 255) = 39.92%
BLUE value IS 89 (35.16% from 255) = 34.50%
R=25.58%
G=39.92%
B=34.50%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal66103890.3600.140.60157.321.8933.14
Hex426759240E3C9d1621
Octal10214713144016742352641
Binary100001011001111011001100100011101111001001110110110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426759

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #426759; }

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

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

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

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

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

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

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

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