#426761

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

Shades of Stromboli #426761

Tints of Stromboli #426761

Color information

#426761 (or 0x426761) is unknown color: approx Stromboli. HEX triplet: 42, 67 and 61. RGB value is (66,103,97). Sum of RGB (Red+Green+Blue) = 66+103+97=266 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.81% from 266); Green value is 103 (40.62% from 255 or 38.72% from 266); Blue value is 97 (38.28% from 255 or 36.47% from 266); Max value from RGB is 103 - color contains mainly: green. Hex color #426761 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #426761 is #BD989E. Grayscale: #5B5B5B. Windows color (decimal): -12425375 or 6383426. OLE color: 6383426.

HSL color Cylindrical-coordinate representation of color #426761: hue angle of 170.27º degrees, saturation: 0.22, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #426761 is Cyan = 0.36, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.60.

Color convert

RGB6610397-
CMYK0.3600.060.60
HSL170.27º21.89%33.14%-
HSV(B)170.27º35.92%40.39%-
XYZ9.2511.7213.08-
YUV91.25131.24109.99-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 24.81%
GREEN value IS 103 (40.62% from 255) = 38.72%
BLUE value IS 97 (38.28% from 255) = 36.47%
R=24.81%
G=38.72%
B=36.47%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal66103970.3600.060.60170.2721.8933.14
Hex42676124063Caa1621
Octal1021471414406742522641
Binary10000101100111110000110010001101111001010101010110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #426761; }

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

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

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

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

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

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

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

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