#426D60

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

Shades of Stromboli #426D60

Tints of Stromboli #426D60

Color information

#426D60 (or 0x426D60) is unknown color: approx Stromboli. HEX triplet: 42, 6D and 60. RGB value is (66,109,96). Sum of RGB (Red+Green+Blue) = 66+109+96=271 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.35% from 271); Green value is 109 (42.97% from 255 or 40.22% from 271); Blue value is 96 (37.89% from 255 or 35.42% from 271); Max value from RGB is 109 - color contains mainly: green. Hex color #426D60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #426D60 is #BD929F. Grayscale: #5E5E5E. Windows color (decimal): -12423840 or 6319426. OLE color: 6319426.

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

Color convert

RGB6610996-
CMYK0.3900.120.57
HSL161.86º24.57%34.31%-
HSV(B)161.86º39.45%42.75%-
XYZ9.8312.9413.05-
YUV94.66128.75107.56-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 24.35%
GREEN value IS 109 (42.97% from 255) = 40.22%
BLUE value IS 96 (37.89% from 255) = 35.42%
R=24.35%
G=40.22%
B=35.42%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal66109960.3900.120.57161.8624.5734.31
Hex426D60270C39a21922
Octal10215514047014712423142
Binary100001011011011100000100111011001110011010001011001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426D60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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