#426158

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

Shades of Stromboli #426158

Tints of Stromboli #426158

Color information

#426158 (or 0x426158) is unknown color: approx Stromboli. HEX triplet: 42, 61 and 58. RGB value is (66,97,88). Sum of RGB (Red+Green+Blue) = 66+97+88=251 (33% of max value = 765). Red value is 66 (26.17% from 255 or 26.29% from 251); Green value is 97 (38.28% from 255 or 38.65% from 251); Blue value is 88 (34.77% from 255 or 35.06% from 251); Max value from RGB is 97 - color contains mainly: green. Hex color #426158 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #426158 is #BD9EA7. Grayscale: #565656. Windows color (decimal): -12426920 or 5792066. OLE color: 5792066.

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

Color convert

RGB669788-
CMYK0.3200.090.62
HSL162.58º19.02%31.96%-
HSV(B)162.58º31.96%38.04%-
XYZ8.2810.4110.81-
YUV86.7128.73113.23-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 26.29%
GREEN value IS 97 (38.28% from 255) = 38.65%
BLUE value IS 88 (34.77% from 255) = 35.06%
R=26.29%
G=38.65%
B=35.06%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6697880.3200.090.62162.5819.0231.96
Hex42615820093Ea31320
Octal10214113040011762432340
Binary100001011000011011000100000010011111101010001110011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #426158; }

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

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

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

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

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

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

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

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