#426658

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

Shades of Stromboli #426658

Tints of Stromboli #426658

Color information

#426658 (or 0x426658) is unknown color: approx Stromboli. HEX triplet: 42, 66 and 58. RGB value is (66,102,88). Sum of RGB (Red+Green+Blue) = 66+102+88=256 (33% of max value = 765). Red value is 66 (26.17% from 255 or 25.78% from 256); Green value is 102 (40.23% from 255 or 39.84% from 256); Blue value is 88 (34.77% from 255 or 34.38% from 256); Max value from RGB is 102 - color contains mainly: green. Hex color #426658 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #426658 is #BD99A7. Grayscale: #595959. Windows color (decimal): -12425640 or 5793346. OLE color: 5793346.

HSL color Cylindrical-coordinate representation of color #426658: hue angle of 156.67º 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 #426658 is Cyan = 0.35, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.6.

Color convert

RGB6610288-
CMYK0.3500.140.6
HSL156.67º21.43%32.94%-
HSV(B)156.67º35.29%40%-
XYZ8.7611.3710.96-
YUV89.64127.07111.14-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 25.78%
GREEN value IS 102 (40.23% from 255) = 39.84%
BLUE value IS 88 (34.77% from 255) = 34.38%
R=25.78%
G=39.84%
B=34.38%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal66102880.3500.140.6156.6721.4332.94
Hex426658230E3C9d1521
Octal10214613043016742352541
Binary100001011001101011000100011011101111001001110110101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426658

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #426658; }

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

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

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

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

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

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

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

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