#426B55

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

Shades of Stromboli #426B55

Tints of Stromboli #426B55

Color information

#426B55 (or 0x426B55) is unknown color: approx Stromboli. HEX triplet: 42, 6B and 55. RGB value is (66,107,85). Sum of RGB (Red+Green+Blue) = 66+107+85=258 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.58% from 258); Green value is 107 (42.19% from 255 or 41.47% from 258); Blue value is 85 (33.59% from 255 or 32.95% from 258); Max value from RGB is 107 - color contains mainly: green. Hex color #426B55 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #426B55 is #BD94AA. Grayscale: #5C5C5C. Windows color (decimal): -12424363 or 5598018. OLE color: 5598018.

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

Color convert

RGB6610785-
CMYK0.3800.210.58
HSL147.8º23.7%33.92%-
HSV(B)147.8º38.32%41.96%-
XYZ9.1412.3310.49-
YUV92.23123.92109.29-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 25.58%
GREEN value IS 107 (42.19% from 255) = 41.47%
BLUE value IS 85 (33.59% from 255) = 32.95%
R=25.58%
G=41.47%
B=32.95%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal66107850.3800.210.58147.823.733.92
Hex426B55260153A941822
Octal10215312546025722243042
Binary1000010110101110101011001100101011110101001010011000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426B55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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