#426257

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

Shades of Stromboli #426257

Tints of Stromboli #426257

Color information

#426257 (or 0x426257) is unknown color: approx Stromboli. HEX triplet: 42, 62 and 57. RGB value is (66,98,87). Sum of RGB (Red+Green+Blue) = 66+98+87=251 (33% of max value = 765). Red value is 66 (26.17% from 255 or 26.29% from 251); Green value is 98 (38.67% from 255 or 39.04% from 251); Blue value is 87 (34.38% from 255 or 34.66% from 251); Max value from RGB is 98 - color contains mainly: green. Hex color #426257 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #426257 is #BD9DA8. Grayscale: #575757. Windows color (decimal): -12426665 or 5726786. OLE color: 5726786.

HSL color Cylindrical-coordinate representation of color #426257: hue angle of 159.38º 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 #426257 is Cyan = 0.33, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.62.

Color convert

RGB669887-
CMYK0.3300.110.62
HSL159.38º19.51%32.16%-
HSV(B)159.38º32.65%38.43%-
XYZ8.3310.5810.62-
YUV87.18127.9112.89-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 26.29%
GREEN value IS 98 (38.67% from 255) = 39.04%
BLUE value IS 87 (34.38% from 255) = 34.66%
R=26.29%
G=39.04%
B=34.66%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6698870.3300.110.62159.3819.5132.16
Hex426257210B3E9f1420
Octal10214212741013762372440
Binary100001011000101010111100001010111111101001111110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #426257; }

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

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

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

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

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

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

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

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