#426655

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

Shades of Stromboli #426655

Tints of Stromboli #426655

Color information

#426655 (or 0x426655) is unknown color: approx Stromboli. HEX triplet: 42, 66 and 55. RGB value is (66,102,85). Sum of RGB (Red+Green+Blue) = 66+102+85=253 (33% of max value = 765). Red value is 66 (26.17% from 255 or 26.09% from 253); Green value is 102 (40.23% from 255 or 40.32% from 253); Blue value is 85 (33.59% from 255 or 33.60% from 253); Max value from RGB is 102 - color contains mainly: green. Hex color #426655 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #426655 is #BD99AA. Grayscale: #595959. Windows color (decimal): -12425643 or 5596738. OLE color: 5596738.

HSL color Cylindrical-coordinate representation of color #426655: hue angle of 151.67º degrees, saturation: 0.21, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #426655 is Cyan = 0.35, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.6.

Color convert

RGB6610285-
CMYK0.3500.170.6
HSL151.67º21.43%32.94%-
HSV(B)151.67º35.29%40%-
XYZ8.6411.3210.32-
YUV89.3125.57111.38-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 26.09%
GREEN value IS 102 (40.23% from 255) = 40.32%
BLUE value IS 85 (33.59% from 255) = 33.60%
R=26.09%
G=40.32%
B=33.60%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal66102850.3500.170.6151.6721.4332.94
Hex426655230113C981521
Octal10214612543021742302541
Binary1000010110011010101011000110100011111001001100010101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #426655; }

 p { color: rgb(66,102,85); }

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

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

 a { background-color: rgb(66,102,85); }

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

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

 span { border-color: rgb(66,102,85); }

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