#426256

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

Shades of Stromboli #426256

Tints of Stromboli #426256

Color information

#426256 (or 0x426256) is unknown color: approx Stromboli. HEX triplet: 42, 62 and 56. RGB value is (66,98,86). Sum of RGB (Red+Green+Blue) = 66+98+86=250 (33% of max value = 765). Red value is 66 (26.17% from 255 or 26.4% from 250); Green value is 98 (38.67% from 255 or 39.2% from 250); Blue value is 86 (33.98% from 255 or 34.4% from 250); Max value from RGB is 98 - color contains mainly: green. Hex color #426256 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #426256 is #BD9DA9. Grayscale: #575757. Windows color (decimal): -12426666 or 5661250. OLE color: 5661250.

HSL color Cylindrical-coordinate representation of color #426256: hue angle of 157.5º degrees, saturation: 0.2, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #426256 is Cyan = 0.33, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.62.

Color convert

RGB669886-
CMYK0.3300.120.62
HSL157.5º19.51%32.16%-
HSV(B)157.5º32.65%38.43%-
XYZ8.2910.5710.41-
YUV87.06127.4112.98-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 26.4%
GREEN value IS 98 (38.67% from 255) = 39.2%
BLUE value IS 86 (33.98% from 255) = 34.4%
R=26.4%
G=39.2%
B=34.4%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6698860.3300.120.62157.519.5132.16
Hex426256210C3E9e1420
Octal10214212641014762362440
Binary100001011000101010110100001011001111101001111010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #426256; }

 p { color: rgb(66,98,86); }

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

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

 a { background-color: rgb(66,98,86); }

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

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

 span { border-color: rgb(66,98,86); }

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