#426159

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

Shades of Stromboli #426159

Tints of Stromboli #426159

Color information

#426159 (or 0x426159) is unknown color: approx Stromboli. HEX triplet: 42, 61 and 59. RGB value is (66,97,89). Sum of RGB (Red+Green+Blue) = 66+97+89=252 (33% of max value = 765). Red value is 66 (26.17% from 255 or 26.19% from 252); Green value is 97 (38.28% from 255 or 38.49% from 252); Blue value is 89 (35.16% from 255 or 35.32% from 252); Max value from RGB is 97 - color contains mainly: green. Hex color #426159 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #426159 is #BD9EA6. Grayscale: #565656. Windows color (decimal): -12426919 or 5857602. OLE color: 5857602.

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

Color convert

RGB669789-
CMYK0.3200.080.62
HSL164.52º19.02%31.96%-
HSV(B)164.52º31.96%38.04%-
XYZ8.3210.4311.03-
YUV86.82129.23113.15-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 26.19%
GREEN value IS 97 (38.28% from 255) = 38.49%
BLUE value IS 89 (35.16% from 255) = 35.32%
R=26.19%
G=38.49%
B=35.32%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6697890.3200.080.62164.5219.0231.96
Hex42615920083Ea51320
Octal10214113140010762452340
Binary100001011000011011001100000010001111101010010110011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #426159; }

 p { color: rgb(66,97,89); }

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

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

 a { background-color: rgb(66,97,89); }

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

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

 span { border-color: rgb(66,97,89); }

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