#416A5C

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

Shades of Stromboli #416A5C

Tints of Stromboli #416A5C

Color information

#416A5C (or 0x416A5C) is unknown color: approx Stromboli. HEX triplet: 41, 6A and 5C. RGB value is (65,106,92). Sum of RGB (Red+Green+Blue) = 65+106+92=263 (34% of max value = 765). Red value is 65 (25.78% from 255 or 24.71% from 263); Green value is 106 (41.80% from 255 or 40.30% from 263); Blue value is 92 (36.33% from 255 or 34.98% from 263); Max value from RGB is 106 - color contains mainly: green. Hex color #416A5C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #416A5C is #BE95A3. Grayscale: #5C5C5C. Windows color (decimal): -12490148 or 6056513. OLE color: 6056513.

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

Color convert

RGB6510692-
CMYK0.3900.130.58
HSL159.51º23.98%33.53%-
HSV(B)159.51º38.68%41.57%-
XYZ9.2712.211.99-
YUV92.14127.92108.64-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 24.71%
GREEN value IS 106 (41.80% from 255) = 40.30%
BLUE value IS 92 (36.33% from 255) = 34.98%
R=24.71%
G=40.30%
B=34.98%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal65106920.3900.130.58159.5123.9833.53
Hex416A5C270D3Aa01822
Octal10115213447015722403042
Binary100000111010101011100100111011011110101010000011000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #416A5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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