#426656

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

Shades of Stromboli #426656

Tints of Stromboli #426656

Color information

#426656 (or 0x426656) is unknown color: approx Stromboli. HEX triplet: 42, 66 and 56. RGB value is (66,102,86). Sum of RGB (Red+Green+Blue) = 66+102+86=254 (33% of max value = 765). Red value is 66 (26.17% from 255 or 25.98% from 254); Green value is 102 (40.23% from 255 or 40.16% from 254); Blue value is 86 (33.98% from 255 or 33.86% from 254); Max value from RGB is 102 - color contains mainly: green. Hex color #426656 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #426656 is #BD99A9. Grayscale: #595959. Windows color (decimal): -12425642 or 5662274. OLE color: 5662274.

HSL color Cylindrical-coordinate representation of color #426656: hue angle of 153.33º 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 #426656 is Cyan = 0.35, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.6.

Color convert

RGB6610286-
CMYK0.3500.160.6
HSL153.33º21.43%32.94%-
HSV(B)153.33º35.29%40%-
XYZ8.6811.3310.53-
YUV89.41126.07111.3-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 25.98%
GREEN value IS 102 (40.23% from 255) = 40.16%
BLUE value IS 86 (33.98% from 255) = 33.86%
R=25.98%
G=40.16%
B=33.86%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal66102860.3500.160.6153.3321.4332.94
Hex426656230103C991521
Octal10214612643020742312541
Binary1000010110011010101101000110100001111001001100110101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426656

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #426656; }

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

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

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

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

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

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

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

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