#416860

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

Shades of Stromboli #416860

Tints of Stromboli #416860

Color information

#416860 (or 0x416860) is unknown color: approx Stromboli. HEX triplet: 41, 68 and 60. RGB value is (65,104,96). Sum of RGB (Red+Green+Blue) = 65+104+96=265 (35% of max value = 765). Red value is 65 (25.78% from 255 or 24.53% from 265); Green value is 104 (41.02% from 255 or 39.25% from 265); Blue value is 96 (37.89% from 255 or 36.23% from 265); Max value from RGB is 104 - color contains mainly: green. Hex color #416860 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #416860 is #BE979F. Grayscale: #5B5B5B. Windows color (decimal): -12490656 or 6318145. OLE color: 6318145.

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

Color convert

RGB6510496-
CMYK0.3800.080.59
HSL167.69º23.08%33.14%-
HSV(B)167.69º37.5%40.78%-
XYZ9.2411.8712.87-
YUV91.43130.58109.15-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 24.53%
GREEN value IS 104 (41.02% from 255) = 39.25%
BLUE value IS 96 (37.89% from 255) = 36.23%
R=24.53%
G=39.25%
B=36.23%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal65104960.3800.080.59167.6923.0833.14
Hex41686026083Ba81721
Octal10115014046010732502741
Binary100000111010001100000100110010001110111010100010111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #416860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #416860; }

 p { color: rgb(65,104,96); }

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

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

 a { background-color: rgb(65,104,96); }

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

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

 span { border-color: rgb(65,104,96); }

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