#426359

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

Shades of Stromboli #426359

Tints of Stromboli #426359

Color information

#426359 (or 0x426359) is unknown color: approx Stromboli. HEX triplet: 42, 63 and 59. RGB value is (66,99,89). Sum of RGB (Red+Green+Blue) = 66+99+89=254 (33% of max value = 765). Red value is 66 (26.17% from 255 or 25.98% from 254); Green value is 99 (39.06% from 255 or 38.98% from 254); Blue value is 89 (35.16% from 255 or 35.04% from 254); Max value from RGB is 99 - color contains mainly: green. Hex color #426359 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #426359 is #BD9CA6. Grayscale: #585858. Windows color (decimal): -12426407 or 5858114. OLE color: 5858114.

HSL color Cylindrical-coordinate representation of color #426359: hue angle of 161.82º 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 #426359 is Cyan = 0.33, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.61.

Color convert

RGB669989-
CMYK0.3300.100.61
HSL161.82º20%32.35%-
HSV(B)161.82º33.33%38.82%-
XYZ8.5110.811.09-
YUV87.99128.57112.31-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 25.98%
GREEN value IS 99 (39.06% from 255) = 38.98%
BLUE value IS 89 (35.16% from 255) = 35.04%
R=25.98%
G=38.98%
B=35.04%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal6699890.3300.100.61161.822032.35
Hex426359210A3Da21420
Octal10214313141012752422440
Binary100001011000111011001100001010101111011010001010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #426359; }

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

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

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

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

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

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

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

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