#416A56

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

Shades of Stromboli #416A56

Tints of Stromboli #416A56

Color information

#416A56 (or 0x416A56) is unknown color: approx Stromboli. HEX triplet: 41, 6A and 56. RGB value is (65,106,86). Sum of RGB (Red+Green+Blue) = 65+106+86=257 (34% of max value = 765). Red value is 65 (25.78% from 255 or 25.29% from 257); Green value is 106 (41.80% from 255 or 41.25% from 257); Blue value is 86 (33.98% from 255 or 33.46% from 257); Max value from RGB is 106 - color contains mainly: green. Hex color #416A56 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #416A56 is #BE95A9. Grayscale: #5B5B5B. Windows color (decimal): -12490154 or 5663297. OLE color: 5663297.

HSL color Cylindrical-coordinate representation of color #416A56: hue angle of 150.73º degrees, saturation: 0.24, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #416A56 is Cyan = 0.39, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.58.

Color convert

RGB6510686-
CMYK0.3900.190.58
HSL150.73º23.98%33.53%-
HSV(B)150.73º38.68%41.57%-
XYZ9.0112.110.67-
YUV91.46124.92109.13-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 25.29%
GREEN value IS 106 (41.80% from 255) = 41.25%
BLUE value IS 86 (33.98% from 255) = 33.46%
R=25.29%
G=41.25%
B=33.46%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal65106860.3900.190.58150.7323.9833.53
Hex416A56270133A971822
Octal10115212647023722273042
Binary1000001110101010101101001110100111110101001011111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #416A56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,106,86); }

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

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

 a { background-color: rgb(65,106,86); }

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

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

 span { border-color: rgb(65,106,86); }

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