#426B58

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

Shades of Stromboli #426B58

Tints of Stromboli #426B58

Color information

#426B58 (or 0x426B58) is unknown color: approx Stromboli. HEX triplet: 42, 6B and 58. RGB value is (66,107,88). Sum of RGB (Red+Green+Blue) = 66+107+88=261 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.29% from 261); Green value is 107 (42.19% from 255 or 41.00% from 261); Blue value is 88 (34.77% from 255 or 33.72% from 261); Max value from RGB is 107 - color contains mainly: green. Hex color #426B58 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #426B58 is #BD94A7. Grayscale: #5C5C5C. Windows color (decimal): -12424360 or 5794626. OLE color: 5794626.

HSL color Cylindrical-coordinate representation of color #426B58: hue angle of 152.2º degrees, saturation: 0.24, 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 #426B58 is Cyan = 0.38, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.58.

Color convert

RGB6610788-
CMYK0.3800.180.58
HSL152.2º23.7%33.92%-
HSV(B)152.2º38.32%41.96%-
XYZ9.2712.3811.13-
YUV92.57125.42109.04-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 25.29%
GREEN value IS 107 (42.19% from 255) = 41.00%
BLUE value IS 88 (34.77% from 255) = 33.72%
R=25.29%
G=41.00%
B=33.72%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal66107880.3800.180.58152.223.733.92
Hex426B58260123A981822
Octal10215313046022722303042
Binary1000010110101110110001001100100101110101001100011000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426B58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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