#426960

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

Shades of Stromboli #426960

Tints of Stromboli #426960

Color information

#426960 (or 0x426960) is unknown color: approx Stromboli. HEX triplet: 42, 69 and 60. RGB value is (66,105,96). Sum of RGB (Red+Green+Blue) = 66+105+96=267 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.72% from 267); Green value is 105 (41.41% from 255 or 39.33% from 267); Blue value is 96 (37.89% from 255 or 35.96% from 267); Max value from RGB is 105 - color contains mainly: green. Hex color #426960 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #426960 is #BD969F. Grayscale: #5C5C5C. Windows color (decimal): -12424864 or 6318402. OLE color: 6318402.

HSL color Cylindrical-coordinate representation of color #426960: hue angle of 166.15º degrees, saturation: 0.23, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #426960 is Cyan = 0.37, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.59.

Color convert

RGB6610596-
CMYK0.3700.090.59
HSL166.15º22.81%33.53%-
HSV(B)166.15º37.14%41.18%-
XYZ9.4112.1112.91-
YUV92.31130.08109.23-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 24.72%
GREEN value IS 105 (41.41% from 255) = 39.33%
BLUE value IS 96 (37.89% from 255) = 35.96%
R=24.72%
G=39.33%
B=35.96%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal66105960.3700.090.59166.1522.8133.53
Hex42696025093Ba61722
Octal10215114045011732462742
Binary100001011010011100000100101010011110111010011010111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #426960; }

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

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

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

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

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

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

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

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