#426F60

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

Shades of Stromboli #426F60

Tints of Stromboli #426F60

Color information

#426F60 (or 0x426F60) is unknown color: approx Stromboli. HEX triplet: 42, 6F and 60. RGB value is (66,111,96). Sum of RGB (Red+Green+Blue) = 66+111+96=273 (36% of max value = 765). Red value is 66 (26.17% from 255 or 24.18% from 273); Green value is 111 (43.75% from 255 or 40.66% from 273); Blue value is 96 (37.89% from 255 or 35.16% from 273); Max value from RGB is 111 - color contains mainly: green. Hex color #426F60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #426F60 is #BD909F. Grayscale: #5F5F5F. Windows color (decimal): -12423328 or 6319938. OLE color: 6319938.

HSL color Cylindrical-coordinate representation of color #426F60: hue angle of 160º degrees, saturation: 0.25, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #426F60 is Cyan = 0.41, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.56.

Color convert

RGB6611196-
CMYK0.4100.140.56
HSL160º25.42%34.71%-
HSV(B)160º40.54%43.53%-
XYZ10.0413.3713.12-
YUV95.84128.09106.72-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 24.18%
GREEN value IS 111 (43.75% from 255) = 40.66%
BLUE value IS 96 (37.89% from 255) = 35.16%
R=24.18%
G=40.66%
B=35.16%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal66111960.4100.140.5616025.4234.71
Hex426F60290E38a01923
Octal10215714051016702403143
Binary100001011011111100000101001011101110001010000011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426F60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #426F60; }

 p { color: rgb(66,111,96); }

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

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

 a { background-color: rgb(66,111,96); }

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

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

 span { border-color: rgb(66,111,96); }

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