#426855

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

Shades of Stromboli #426855

Tints of Stromboli #426855

Color information

#426855 (or 0x426855) is unknown color: approx Stromboli. HEX triplet: 42, 68 and 55. RGB value is (66,104,85). Sum of RGB (Red+Green+Blue) = 66+104+85=255 (33% of max value = 765). Red value is 66 (26.17% from 255 or 25.88% from 255); Green value is 104 (41.02% from 255 or 40.78% from 255); Blue value is 85 (33.59% from 255 or 33.33% from 255); Max value from RGB is 104 - color contains mainly: green. Hex color #426855 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #426855 is #BD97AA. Grayscale: #5A5A5A. Windows color (decimal): -12425131 or 5597250. OLE color: 5597250.

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

Color convert

RGB6610485-
CMYK0.3700.180.59
HSL150º22.35%33.33%-
HSV(B)150º36.54%40.78%-
XYZ8.8411.7110.39-
YUV90.47124.91110.54-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 25.88%
GREEN value IS 104 (41.02% from 255) = 40.78%
BLUE value IS 85 (33.59% from 255) = 33.33%
R=25.88%
G=40.78%
B=33.33%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal66104850.3700.180.5915022.3533.33
Hex426855250123B961621
Octal10215012545022732262641
Binary1000010110100010101011001010100101110111001011010110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #426855; }

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

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

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

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

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

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

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

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