#416C60

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

Shades of Stromboli #416C60

Tints of Stromboli #416C60

Color information

#416C60 (or 0x416C60) is unknown color: approx Stromboli. HEX triplet: 41, 6C and 60. RGB value is (65,108,96). Sum of RGB (Red+Green+Blue) = 65+108+96=269 (35% of max value = 765). Red value is 65 (25.78% from 255 or 24.16% from 269); Green value is 108 (42.58% from 255 or 40.15% from 269); Blue value is 96 (37.89% from 255 or 35.69% from 269); Max value from RGB is 108 - color contains mainly: green. Hex color #416C60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #416C60 is #BE939F. Grayscale: #5D5D5D. Windows color (decimal): -12489632 or 6319169. OLE color: 6319169.

HSL color Cylindrical-coordinate representation of color #416C60: hue angle of 163.26º degrees, saturation: 0.25, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #416C60 is Cyan = 0.40, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.58.

Color convert

RGB6510896-
CMYK0.4000.110.58
HSL163.26º24.86%33.92%-
HSV(B)163.26º39.81%42.35%-
XYZ9.6512.6913.01-
YUV93.78129.25107.48-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 24.16%
GREEN value IS 108 (42.58% from 255) = 40.15%
BLUE value IS 96 (37.89% from 255) = 35.69%
R=24.16%
G=40.15%
B=35.69%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal65108960.4000.110.58163.2624.8633.92
Hex416C60280B3Aa31922
Octal10115414050013722433142
Binary100000111011001100000101000010111110101010001111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #416C60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #416C60; }

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

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

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

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

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

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

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

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