#426657

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

Shades of Stromboli #426657

Tints of Stromboli #426657

Color information

#426657 (or 0x426657) is unknown color: approx Stromboli. HEX triplet: 42, 66 and 57. RGB value is (66,102,87). Sum of RGB (Red+Green+Blue) = 66+102+87=255 (33% of max value = 765). Red value is 66 (26.17% from 255 or 25.88% from 255); Green value is 102 (40.23% from 255 or 40% from 255); Blue value is 87 (34.38% from 255 or 34.12% from 255); Max value from RGB is 102 - color contains mainly: green. Hex color #426657 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #426657 is #BD99A8. Grayscale: #595959. Windows color (decimal): -12425641 or 5727810. OLE color: 5727810.

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

Color convert

RGB6610287-
CMYK0.3500.150.6
HSL155º21.43%32.94%-
HSV(B)155º35.29%40%-
XYZ8.7211.3510.75-
YUV89.53126.57111.22-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 25.88%
GREEN value IS 102 (40.23% from 255) = 40%
BLUE value IS 87 (34.38% from 255) = 34.12%
R=25.88%
G=40%
B=34.12%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal66102870.3500.150.615521.4332.94
Hex426657230F3C9b1521
Octal10214612743017742332541
Binary100001011001101010111100011011111111001001101110101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426657

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #426657; }

 p { color: rgb(66,102,87); }

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

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

 a { background-color: rgb(66,102,87); }

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

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

 span { border-color: rgb(66,102,87); }

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