#416B5B

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

Shades of Stromboli #416B5B

Tints of Stromboli #416B5B

Color information

#416B5B (or 0x416B5B) is unknown color: approx Stromboli. HEX triplet: 41, 6B and 5B. RGB value is (65,107,91). Sum of RGB (Red+Green+Blue) = 65+107+91=263 (34% of max value = 765). Red value is 65 (25.78% from 255 or 24.71% from 263); Green value is 107 (42.19% from 255 or 40.68% from 263); Blue value is 91 (35.94% from 255 or 34.60% from 263); Max value from RGB is 107 - color contains mainly: green. Hex color #416B5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #416B5B is #BE94A4. Grayscale: #5C5C5C. Windows color (decimal): -12489893 or 5991233. OLE color: 5991233.

HSL color Cylindrical-coordinate representation of color #416B5B: hue angle of 157.14º 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 #416B5B is Cyan = 0.39, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.58.

Color convert

RGB6510791-
CMYK0.3900.150.58
HSL157.14º24.42%33.73%-
HSV(B)157.14º39.25%41.96%-
XYZ9.3312.3911.8-
YUV92.62127.09108.3-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 24.71%
GREEN value IS 107 (42.19% from 255) = 40.68%
BLUE value IS 91 (35.94% from 255) = 34.60%
R=24.71%
G=40.68%
B=34.60%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal65107910.3900.150.58157.1424.4233.73
Hex416B5B270F3A9d1822
Octal10115313347017722353042
Binary100000111010111011011100111011111110101001110111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #416B5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,107,91); }

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

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

 a { background-color: rgb(65,107,91); }

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

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

 span { border-color: rgb(65,107,91); }

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