#416C61

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

Shades of Stromboli #416C61

Tints of Stromboli #416C61

Color information

#416C61 (or 0x416C61) is unknown color: approx Stromboli. HEX triplet: 41, 6C and 61. RGB value is (65,108,97). Sum of RGB (Red+Green+Blue) = 65+108+97=270 (35% of max value = 765). Red value is 65 (25.78% from 255 or 24.07% from 270); Green value is 108 (42.58% from 255 or 40% from 270); Blue value is 97 (38.28% from 255 or 35.93% from 270); Max value from RGB is 108 - color contains mainly: green. Hex color #416C61 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #416C61 is #BE939E. Grayscale: #5D5D5D. Windows color (decimal): -12489631 or 6384705. OLE color: 6384705.

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

Color convert

RGB6510897-
CMYK0.4000.100.58
HSL164.65º24.86%33.92%-
HSV(B)164.65º39.81%42.35%-
XYZ9.712.7113.25-
YUV93.89129.75107.39-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 24.07%
GREEN value IS 108 (42.58% from 255) = 40%
BLUE value IS 97 (38.28% from 255) = 35.93%
R=24.07%
G=40%
B=35.93%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal65108970.4000.100.58164.6524.8633.92
Hex416C61280A3Aa51922
Octal10115414150012722453142
Binary100000111011001100001101000010101110101010010111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #416C61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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