#426156

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

Shades of Stromboli #426156

Tints of Stromboli #426156

Color information

#426156 (or 0x426156) is unknown color: approx Stromboli. HEX triplet: 42, 61 and 56. RGB value is (66,97,86). Sum of RGB (Red+Green+Blue) = 66+97+86=249 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.51% from 249); Green value is 97 (38.28% from 255 or 38.96% from 249); Blue value is 86 (33.98% from 255 or 34.54% from 249); Max value from RGB is 97 - color contains mainly: green. Hex color #426156 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #426156 is #BD9EA9. Grayscale: #565656. Windows color (decimal): -12426922 or 5660994. OLE color: 5660994.

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

Color convert

RGB669786-
CMYK0.3200.110.62
HSL158.71º19.02%31.96%-
HSV(B)158.71º31.96%38.04%-
XYZ8.210.3810.38-
YUV86.48127.73113.39-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 26.51%
GREEN value IS 97 (38.28% from 255) = 38.96%
BLUE value IS 86 (33.98% from 255) = 34.54%
R=26.51%
G=38.96%
B=34.54%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6697860.3200.110.62158.7119.0231.96
Hex426156200B3E9f1320
Octal10214112640013762372340
Binary100001011000011010110100000010111111101001111110011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #426156; }

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

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

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

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

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

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

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

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