#426D5B

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

Shades of Stromboli #426D5B

Tints of Stromboli #426D5B

Color information

#426D5B (or 0x426D5B) is unknown color: approx Stromboli. HEX triplet: 42, 6D and 5B. RGB value is (66,109,91). Sum of RGB (Red+Green+Blue) = 66+109+91=266 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.81% from 266); Green value is 109 (42.97% from 255 or 40.98% from 266); Blue value is 91 (35.94% from 255 or 34.21% from 266); Max value from RGB is 109 - color contains mainly: green. Hex color #426D5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #426D5B is #BD92A4. Grayscale: #5E5E5E. Windows color (decimal): -12423845 or 5991746. OLE color: 5991746.

HSL color Cylindrical-coordinate representation of color #426D5B: hue angle of 154.88º 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 #426D5B is Cyan = 0.39, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.57.

Color convert

RGB6610991-
CMYK0.3900.170.57
HSL154.88º24.57%34.31%-
HSV(B)154.88º39.45%42.75%-
XYZ9.612.8511.87-
YUV94.09126.25107.96-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 24.81%
GREEN value IS 109 (42.97% from 255) = 40.98%
BLUE value IS 91 (35.94% from 255) = 34.21%
R=24.81%
G=40.98%
B=34.21%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal66109910.3900.170.57154.8824.5734.31
Hex426D5B27011399b1922
Octal10215513347021712333142
Binary1000010110110110110111001110100011110011001101111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426D5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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