#416B61

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

Shades of Stromboli #416B61

Tints of Stromboli #416B61

Color information

#416B61 (or 0x416B61) is unknown color: approx Stromboli. HEX triplet: 41, 6B and 61. RGB value is (65,107,97). Sum of RGB (Red+Green+Blue) = 65+107+97=269 (35% of max value = 765). Red value is 65 (25.78% from 255 or 24.16% from 269); Green value is 107 (42.19% from 255 or 39.78% from 269); Blue value is 97 (38.28% from 255 or 36.06% from 269); Max value from RGB is 107 - color contains mainly: green. Hex color #416B61 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #416B61 is #BE949E. Grayscale: #5D5D5D. Windows color (decimal): -12489887 or 6384449. OLE color: 6384449.

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

Color convert

RGB6510797-
CMYK0.3900.090.58
HSL165.71º24.42%33.73%-
HSV(B)165.71º39.25%41.96%-
XYZ9.612.513.22-
YUV93.3130.09107.81-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 24.16%
GREEN value IS 107 (42.19% from 255) = 39.78%
BLUE value IS 97 (38.28% from 255) = 36.06%
R=24.16%
G=39.78%
B=36.06%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal65107970.3900.090.58165.7124.4233.73
Hex416B6127093Aa61822
Octal10115314147011722463042
Binary100000111010111100001100111010011110101010011011000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #416B61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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