#426D5C

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

Shades of Stromboli #426D5C

Tints of Stromboli #426D5C

Color information

#426D5C (or 0x426D5C) is unknown color: approx Stromboli. HEX triplet: 42, 6D and 5C. RGB value is (66,109,92). Sum of RGB (Red+Green+Blue) = 66+109+92=267 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.72% from 267); Green value is 109 (42.97% from 255 or 40.82% from 267); Blue value is 92 (36.33% from 255 or 34.46% from 267); Max value from RGB is 109 - color contains mainly: green. Hex color #426D5C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #426D5C is #BD92A3. Grayscale: #5E5E5E. Windows color (decimal): -12423844 or 6057282. OLE color: 6057282.

HSL color Cylindrical-coordinate representation of color #426D5C: hue angle of 156.28º degrees, saturation: 0.25, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #426D5C is Cyan = 0.39, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.57.

Color convert

RGB6610992-
CMYK0.3900.160.57
HSL156.28º24.57%34.31%-
HSV(B)156.28º39.45%42.75%-
XYZ9.6512.8712.1-
YUV94.2126.75107.88-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 24.72%
GREEN value IS 109 (42.97% from 255) = 40.82%
BLUE value IS 92 (36.33% from 255) = 34.46%
R=24.72%
G=40.82%
B=34.46%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal66109920.3900.160.57156.2824.5734.31
Hex426D5C27010399c1922
Octal10215513447020712343142
Binary1000010110110110111001001110100001110011001110011001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426D5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #426D5C; }

 p { color: rgb(66,109,92); }

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

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

 a { background-color: rgb(66,109,92); }

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

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

 span { border-color: rgb(66,109,92); }

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