#426355

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

Shades of Stromboli #426355

Tints of Stromboli #426355

Color information

#426355 (or 0x426355) is unknown color: approx Stromboli. HEX triplet: 42, 63 and 55. RGB value is (66,99,85). Sum of RGB (Red+Green+Blue) = 66+99+85=250 (33% of max value = 765). Red value is 66 (26.17% from 255 or 26.4% from 250); Green value is 99 (39.06% from 255 or 39.6% from 250); Blue value is 85 (33.59% from 255 or 34% from 250); Max value from RGB is 99 - color contains mainly: green. Hex color #426355 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #426355 is #BD9CAA. Grayscale: #575757. Windows color (decimal): -12426411 or 5595970. OLE color: 5595970.

HSL color Cylindrical-coordinate representation of color #426355: hue angle of 154.55º degrees, saturation: 0.2, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #426355 is Cyan = 0.33, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.61.

Color convert

RGB669985-
CMYK0.3300.140.61
HSL154.55º20%32.35%-
HSV(B)154.55º33.33%38.82%-
XYZ8.3510.7410.23-
YUV87.54126.57112.64-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 26.4%
GREEN value IS 99 (39.06% from 255) = 39.6%
BLUE value IS 85 (33.59% from 255) = 34%
R=26.4%
G=39.6%
B=34%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal6699850.3300.140.61154.552032.35
Hex426355210E3D9b1420
Octal10214312541016752332440
Binary100001011000111010101100001011101111011001101110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #426355; }

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

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

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

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

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

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

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

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