#426756

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

Shades of Stromboli #426756

Tints of Stromboli #426756

Color information

#426756 (or 0x426756) is unknown color: approx Stromboli. HEX triplet: 42, 67 and 56. RGB value is (66,103,86). Sum of RGB (Red+Green+Blue) = 66+103+86=255 (33% of max value = 765). Red value is 66 (26.17% from 255 or 25.88% from 255); Green value is 103 (40.62% from 255 or 40.39% from 255); Blue value is 86 (33.98% from 255 or 33.73% from 255); Max value from RGB is 103 - color contains mainly: green. Hex color #426756 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #426756 is #BD98A9. Grayscale: #5A5A5A. Windows color (decimal): -12425386 or 5662530. OLE color: 5662530.

HSL color Cylindrical-coordinate representation of color #426756: hue angle of 152.43º 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 #426756 is Cyan = 0.36, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.60.

Color convert

RGB6610386-
CMYK0.3600.170.60
HSL152.43º21.89%33.14%-
HSV(B)152.43º35.92%40.39%-
XYZ8.7811.5310.57-
YUV90125.74110.88-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 25.88%
GREEN value IS 103 (40.62% from 255) = 40.39%
BLUE value IS 86 (33.98% from 255) = 33.73%
R=25.88%
G=40.39%
B=33.73%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal66103860.3600.170.60152.4321.8933.14
Hex426756240113C981621
Octal10214712644021742302641
Binary1000010110011110101101001000100011111001001100010110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426756

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #426756; }

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

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

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

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

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

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

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

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